Searched refs:getAllowedComponents (Results 1 – 5 of 5) sorted by relevance
744 List<ComponentName> actual = service.getAllowedComponents(10); in testGetAllowedComponentsByUser()765 assertEquals(0, service.getAllowedComponents(10).size()); in testGetAllowedComponents_approvalByPackage()857 service.getAllowedComponents(mUserProfiles.getCurrentProfileIds()); in testGetAllowedComponents()
2225 verify(mAssistants, times(1)).getAllowedComponents(user.getIdentifier()); in testGetAssistantAllowedForUser()2237 verify(mAssistants, times(1)).getAllowedComponents(0); in testGetAssistantAllowed()2319 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccess_nullWithAllowedAssistant()2346 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccessForUser_nullWithAllowedAssistant()2375 when(mAssistants.getAllowedComponents(anyInt())).thenReturn(componentList); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant()
526 protected List<ComponentName> getAllowedComponents(int userId) { in getAllowedComponents() method in ManagedServices914 protected SparseArray<ArraySet<ComponentName>> getAllowedComponents(IntArray userIds) { in getAllowedComponents() method in ManagedServices1016 getAllowedComponents(userIds); in rebindServices()
3936 return mListeners.getAllowedComponents(userId);3942 List<ComponentName> allowedComponents = mAssistants.getAllowedComponents(userId);4281 mAssistants.getAllowedComponents(userId));8015 List<ComponentName> allowedComponents = getAllowedComponents(userId);8726 List<ComponentName> allowedComponents = mAssistants.getAllowedComponents(userId);
9284 HSPLcom/android/server/notification/ManagedServices;->getAllowedComponents(I)Ljava/util/List;9285 HSPLcom/android/server/notification/ManagedServices;->getAllowedComponents(Landroid/util/IntArray;)…