Searched refs:allowedComponentsToBind (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ManagedServicesTest.java | 1031 SparseArray<Set<ComponentName>> allowedComponentsToBind = new SparseArray<>(); in testPopulateComponentsToUnbind_forceRebind() local 1034 allowedComponentsToBind.put(0, allowed0); in testPopulateComponentsToUnbind_forceRebind() 1037 allowedComponentsToBind.put(10, allowed10); in testPopulateComponentsToUnbind_forceRebind() 1041 service.populateComponentsToUnbind(true, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind_forceRebind() 1071 SparseArray<Set<ComponentName>> allowedComponentsToBind = new SparseArray<>(); in testPopulateComponentsToUnbind() local 1074 allowedComponentsToBind.put(0, allowed0); in testPopulateComponentsToUnbind() 1077 allowedComponentsToBind.put(10, allowed10); in testPopulateComponentsToUnbind() 1081 service.populateComponentsToUnbind(false, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 1173 SparseArray<Set<ComponentName>> allowedComponentsToBind, in populateComponentsToUnbind() argument 1176 final Set<ComponentName> allowedComponents = allowedComponentsToBind.get(info.userid); in populateComponentsToUnbind()
|