Home
last modified time | relevance | path

Searched refs:ROLE_BROWSER (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/role/
DRoleManagerService.java266 maybeMigrateRole(RoleManager.ROLE_BROWSER, userId); in maybeGrantDefaultRolesInternal()
732 RoleManager.ROLE_BROWSER)); in getDefaultBrowser()
747 getOrCreateController(userId).onAddRoleHolder(RoleManager.ROLE_BROWSER, in setDefaultBrowser()
750 getOrCreateController(userId).onClearRoleHolders(RoleManager.ROLE_BROWSER, 0, in setDefaultBrowser()
771 getOrCreateController(userId).onAddRoleHolder(RoleManager.ROLE_BROWSER, in setDefaultBrowserAsync()
774 getOrCreateController(userId).onClearRoleHolders(RoleManager.ROLE_BROWSER, 0, in setDefaultBrowserAsync()
/frameworks/base/services/core/java/com/android/server/policy/role/
DLegacyRoleResolutionPolicy.java88 case RoleManager.ROLE_BROWSER: { in getRoleHolders()
/frameworks/base/core/java/android/app/role/
DRoleManager.java87 public static final String ROLE_BROWSER = "android.app.role.BROWSER"; field in RoleManager
/frameworks/base/api/
Dcurrent.txt7767 field public static final String ROLE_BROWSER = "android.app.role.BROWSER";