Home
last modified time | relevance | path

Searched refs:getAllowedComponents (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DManagedServicesTest.java744 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()
DNotificationManagerServiceTest.java2225 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()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java526 protected List<ComponentName> getAllowedComponents(int userId) { in getAllowedComponents() method in ManagedServices
914 protected SparseArray<ArraySet<ComponentName>> getAllowedComponents(IntArray userIds) { in getAllowedComponents() method in ManagedServices
1016 getAllowedComponents(userIds); in rebindServices()
DNotificationManagerService.java3936 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);
/frameworks/base/services/
Dart-profile9284 HSPLcom/android/server/notification/ManagedServices;->getAllowedComponents(I)Ljava/util/List;
9285 HSPLcom/android/server/notification/ManagedServices;->getAllowedComponents(Landroid/util/IntArray;)…