Searched refs:allowedComponentsToBind (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 1348 SparseArray<Set<ComponentName>> allowedComponentsToBind = new SparseArray<>(); in testPopulateComponentsToUnbind_forceRebind() local 1351 allowedComponentsToBind.put(0, allowed0); in testPopulateComponentsToUnbind_forceRebind() 1354 allowedComponentsToBind.put(10, allowed10); in testPopulateComponentsToUnbind_forceRebind() 1358 service.populateComponentsToUnbind(true, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind_forceRebind() 1388 SparseArray<Set<ComponentName>> allowedComponentsToBind = new SparseArray<>(); in testPopulateComponentsToUnbind() local 1391 allowedComponentsToBind.put(0, allowed0); in testPopulateComponentsToUnbind() 1394 allowedComponentsToBind.put(10, allowed10); in testPopulateComponentsToUnbind() 1398 service.populateComponentsToUnbind(false, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ManagedServices.java | 1352 SparseArray<Set<ComponentName>> allowedComponentsToBind, in populateComponentsToUnbind() argument 1355 final Set<ComponentName> allowedComponents = allowedComponentsToBind.get(info.userid); in populateComponentsToUnbind()
|