Searched refs:mPersistentDeviceIdRemovedListener (Results 1 – 1 of 1) sorted by relevance
270 private Consumer<String> mPersistentDeviceIdRemovedListener; field in VirtualDeviceManagerServiceTest775 mLocalService.registerPersistentDeviceIdRemovedListener(mPersistentDeviceIdRemovedListener); in onPersistentDeviceIdsRemoved_listenersNotified()779 verify(mPersistentDeviceIdRemovedListener).accept(mDeviceImpl.getPersistentDeviceId()); in onPersistentDeviceIdsRemoved_listenersNotified()784 mLocalService.registerPersistentDeviceIdRemovedListener(mPersistentDeviceIdRemovedListener); in onCdmAssociationsChanged_persistentDeviceIdRemovedListenersNotified()794 verify(mPersistentDeviceIdRemovedListener).accept(mDeviceImpl.getPersistentDeviceId()); in onCdmAssociationsChanged_persistentDeviceIdRemovedListenersNotified()799 verify(mPersistentDeviceIdRemovedListener) in onCdmAssociationsChanged_persistentDeviceIdRemovedListenersNotified()801 verify(mPersistentDeviceIdRemovedListener) in onCdmAssociationsChanged_persistentDeviceIdRemovedListenersNotified()803 verifyNoMoreInteractions(mPersistentDeviceIdRemovedListener); in onCdmAssociationsChanged_persistentDeviceIdRemovedListenersNotified()