Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java358 Set<String> removedPersistentDeviceIds; in onCdmAssociationsChanged() local
360 removedPersistentDeviceIds = mActiveAssociations.keySet(); in onCdmAssociationsChanged()
361 removedPersistentDeviceIds.removeAll(vdmAssociations.keySet()); in onCdmAssociationsChanged()
366 if (removedPersistentDeviceIds.contains(virtualDevice.getPersistentDeviceId())) { in onCdmAssociationsChanged()
376 if (!removedPersistentDeviceIds.isEmpty()) { in onCdmAssociationsChanged()
377 mLocalService.onPersistentDeviceIdsRemoved(removedPersistentDeviceIds); in onCdmAssociationsChanged()
798 public void onPersistentDeviceIdsRemoved(Set<String> removedPersistentDeviceIds) { in onPersistentDeviceIdsRemoved() argument
805 for (String persistentDeviceId : removedPersistentDeviceIds) { in onPersistentDeviceIdsRemoved()
/frameworks/base/services/core/java/com/android/server/companion/virtual/
DVirtualDeviceManagerInternal.java74 public abstract void onPersistentDeviceIdsRemoved(Set<String> removedPersistentDeviceIds); in onPersistentDeviceIdsRemoved() argument