Searched refs:RoleParser (Results 1 – 6 of 6) sorted by relevance
20 import com.android.role.controller.model.RoleParser;33 RoleParser.sGetRolesXml = context -> context.getResources().getXml(R.xml.roles); in initialize()
30 import com.android.role.controller.model.RoleParser55 RoleParser(targetContext, true).parse() in parseRoles()66 val xml = RoleParser(targetContext).parseRolesXml() in validateRoles()
2 # RoleParser.applyJarjarTransform(), by adding NO_IFTTT=reason to your commit37 …ssionController/role-controller/java/com/android/role/controller/model/RoleParser.java:applyJarjar…
2 # RoleParser.applyJarjarTransform(), by adding NO_IFTTT=reason to your commit48 …ssionController/role-controller/java/com/android/role/controller/model/RoleParser.java:applyJarjar…
49 sRoles = new RoleParser(context).parse(); in get()
55 public class RoleParser { class62 private static final String LOG_TAG = RoleParser.class.getSimpleName();163 public RoleParser(@NonNull Context context) { in RoleParser() method in RoleParser168 public RoleParser(@NonNull Context context, boolean throwOnError) { in RoleParser() method in RoleParser