Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1556 final Set<ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in getRemovableConnectedServices() local
1567 Set<ManagedServiceInfo> removableBoundServices, in populateComponentsToUnbind()
1599 final Set<ManagedServiceInfo> removableBoundServices = getRemovableConnectedServices(); in rebindServices() local
1653 final Set<ManagedServiceInfo> removableBoundServices = getRemovableConnectedServices(); in unbindServicesImpl() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DManagedServicesTest.java1600 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testPopulateComponentsToUnbind_forceRebind() local
1639 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testPopulateComponentsToUnbind() local
1840 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testUnbindServicesImpl_serviceOfForegroundUser() local
1876 Set<ManagedServices.ManagedServiceInfo> removableBoundServices = new ArraySet<>(); in testUnbindServicesImpl_serviceOfVisibleBackgroundUser() local