Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1422 Set<ComponentName> toUnbind = in populateComponentsToUnbind() local
1424 toUnbind.add(info.component); in populateComponentsToUnbind()
1425 componentsToUnbind.put(info.userid, toUnbind); in populateComponentsToUnbind()
1492 Set<ComponentName> toUnbind = in unbindServicesImpl() local
1494 toUnbind.add(info.component); in unbindServicesImpl()
1495 componentsToUnbind.put(info.userid, toUnbind); in unbindServicesImpl()