Home
last modified time | relevance | path

Searched refs:createRequestRoleIntent (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/framework-s/api/
Dcurrent.txt5 method @NonNull public android.content.Intent createRequestRoleIntent(@NonNull String);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallingActivity.java324 Intent intent = roleManager.createRequestRoleIntent(RoleManager.ROLE_CALL_SCREENING); in requestCallScreeningRole()
/packages/modules/Permission/framework-s/java/android/app/role/
DRoleManager.java223 public Intent createRequestRoleIntent(@NonNull String roleName) { in createRequestRoleIntent() method in RoleManager