Searched refs:removedPersistentDeviceIds (Results 1 – 2 of 2) sorted by relevance
358 Set<String> removedPersistentDeviceIds; in onCdmAssociationsChanged() local360 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() argument805 for (String persistentDeviceId : removedPersistentDeviceIds) { in onPersistentDeviceIdsRemoved()
74 public abstract void onPersistentDeviceIdsRemoved(Set<String> removedPersistentDeviceIds); in onPersistentDeviceIdsRemoved() argument