Home
last modified time | relevance | path

Searched refs:removableBoundServices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DManagedServicesTest.java1027 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testPopulateComponentsToUnbind_forceRebind() local
1028 removableBoundServices.add(service0); in testPopulateComponentsToUnbind_forceRebind()
1029 removableBoundServices.add(service10); in testPopulateComponentsToUnbind_forceRebind()
1041 service.populateComponentsToUnbind(true, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind_forceRebind()
1066 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testPopulateComponentsToUnbind() local
1067 removableBoundServices.add(service0); in testPopulateComponentsToUnbind()
1068 removableBoundServices.add(service0a); in testPopulateComponentsToUnbind()
1069 removableBoundServices.add(service10); in testPopulateComponentsToUnbind()
1081 service.populateComponentsToUnbind(false, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1161 final Set<ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in getRemovableConnectedServices() local
1164 removableBoundServices.add(service); in getRemovableConnectedServices()
1167 return removableBoundServices; in getRemovableConnectedServices()
1172 Set<ManagedServiceInfo> removableBoundServices, in populateComponentsToUnbind() argument
1175 for (ManagedServiceInfo info : removableBoundServices) { in populateComponentsToUnbind()
1206 final Set<ManagedServiceInfo> removableBoundServices = getRemovableConnectedServices(); in rebindServices() local
1215 forceRebind, removableBoundServices, componentsToBind, componentsToUnbind); in rebindServices()