Home
last modified time | relevance | path

Searched refs:ROLE_SERVICE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/role/
DRoleManager.java69 @SystemService(Context.ROLE_SERVICE)
184 Context.ROLE_SERVICE)); in RoleManager()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DAppSmsManager.java156 ServiceManager.getServiceOrThrow(Context.ROLE_SERVICE)); in getSmsMessagesForFinancialApp()
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsApplication.java469 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in getApplication()
592 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in setDefaultApplicationAsUser()
/frameworks/base/core/java/android/content/
DContext.java3227 ROLE_SERVICE,
4355 public static final String ROLE_SERVICE = "role"; field in Context
/frameworks/base/services/core/java/com/android/server/role/
DRoleManagerService.java182 publishBinderService(Context.ROLE_SERVICE, new Stub()); in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1255 registerService(Context.ROLE_SERVICE, RoleManager.class, in registerService() argument
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java2541 ServiceManager.getServiceOrThrow(Context.ROLE_SERVICE)); in runSetHomeActivity()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java916 mRm = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in register()
/frameworks/base/api/
Dcurrent.txt9860 field public static final String ROLE_SERVICE = "role";