Searched refs:createRequestRoleIntent (Results 1 – 8 of 8) sorted by relevance
39 Intent intent = roleManager.createRequestRoleIntent(roleName); in onCreate()
5 method @NonNull public android.content.Intent createRequestRoleIntent(@NonNull String);
152 Intent roleRequestIntent = roleManager.createRequestRoleIntent( in assignDefaultHomeRole()
152 val roleRequestIntent = roleManager.createRequestRoleIntent(RoleManager.ROLE_HOME) in <lambda>()
150 startActivityForResult(roleManager.createRequestRoleIntent(RoleManager.ROLE_DIALER), in setDefault()
326 Intent intent = roleManager.createRequestRoleIntent(RoleManager.ROLE_CALL_SCREENING); in requestCallScreeningRole()
301 public Intent createRequestRoleIntent(@NonNull String roleName) { in createRequestRoleIntent() method in RoleManager
233 Intent intent = sRoleManager.createRequestRoleIntent(ROLE_NAME); in requestRoleIntentHasPermissionControllerPackage()241 Intent intent = sRoleManager.createRequestRoleIntent(ROLE_NAME); in requestRoleIntentHasExtraRoleName()