Searched refs:ROLE_SERVICE (Results 1 – 7 of 7) sorted by relevance
114 when(mContext.getSystemService(Context.ROLE_SERVICE)).thenReturn(mRoleManager); in setUp()
474 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in getApplication()601 RoleManager roleManager = (RoleManager) context.getSystemService(Context.ROLE_SERVICE); in setDefaultApplicationAsUser()
256 mRoleManager = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in SmsUsageMonitor()
3673 ROLE_SERVICE,5135 public static final String ROLE_SERVICE = "role"; field in Context
172 case Context.ROLE_SERVICE: in getSystemService()
1234 mRm = (RoleManager) mContext.getSystemService(Context.ROLE_SERVICE); in register()
10678 field public static final String ROLE_SERVICE = "role";