Searched refs:ROLE_SERVICE (Results 1 – 9 of 9) sorted by relevance
69 @SystemService(Context.ROLE_SERVICE)184 Context.ROLE_SERVICE)); in RoleManager()
156 ServiceManager.getServiceOrThrow(Context.ROLE_SERVICE)); in getSmsMessagesForFinancialApp()
469 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in getApplication()592 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in setDefaultApplicationAsUser()
3227 ROLE_SERVICE,4355 public static final String ROLE_SERVICE = "role"; field in Context
182 publishBinderService(Context.ROLE_SERVICE, new Stub()); in onStart()
1255 registerService(Context.ROLE_SERVICE, RoleManager.class, in registerService() argument
2541 ServiceManager.getServiceOrThrow(Context.ROLE_SERVICE)); in runSetHomeActivity()
916 mRm = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in register()
9860 field public static final String ROLE_SERVICE = "role";