Searched refs:ROLE_SERVICE (Results 1 – 10 of 10) sorted by relevance
69 @SystemService(Context.ROLE_SERVICE)183 Context.ROLE_SERVICE)); in RoleManager()
112 when(mContext.getSystemService(Context.ROLE_SERVICE)).thenReturn(mRoleManager); in setUp()
473 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in getApplication()600 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in setDefaultApplicationAsUser()
3352 ROLE_SERVICE,4530 public static final String ROLE_SERVICE = "role"; field in Context
181 publishBinderService(Context.ROLE_SERVICE, new Stub()); in onStart()
1327 registerService(Context.ROLE_SERVICE, RoleManager.class, in registerService() argument
2725 ServiceManager.getServiceOrThrow(Context.ROLE_SERVICE)); in runSetHomeActivity()
920 mRm = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in register()
9867 field public static final String ROLE_SERVICE = "role";