Searched refs:removableBoundServices (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ManagedServicesTest.java | 876 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testPopulateComponentsToUnbind_forceRebind() local 877 removableBoundServices.add(service0); in testPopulateComponentsToUnbind_forceRebind() 878 removableBoundServices.add(service10); in testPopulateComponentsToUnbind_forceRebind() 890 service.populateComponentsToUnbind(true, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind_forceRebind() 915 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testPopulateComponentsToUnbind() local 916 removableBoundServices.add(service0); in testPopulateComponentsToUnbind() 917 removableBoundServices.add(service0a); in testPopulateComponentsToUnbind() 918 removableBoundServices.add(service10); in testPopulateComponentsToUnbind() 930 service.populateComponentsToUnbind(false, removableBoundServices, allowedComponentsToBind, in testPopulateComponentsToUnbind()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 972 final Set<ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in getRemovableConnectedServices() local 975 removableBoundServices.add(service); in getRemovableConnectedServices() 978 return removableBoundServices; in getRemovableConnectedServices() 983 Set<ManagedServiceInfo> removableBoundServices, in populateComponentsToUnbind() argument 986 for (ManagedServiceInfo info : removableBoundServices) { in populateComponentsToUnbind() 1017 final Set<ManagedServiceInfo> removableBoundServices = getRemovableConnectedServices(); in rebindServices() local 1026 forceRebind, removableBoundServices, componentsToBind, componentsToUnbind); in rebindServices()
|