Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java649 mDevicePresenceProcessor.notifySelfManagedDevicePresenceEvent(associationId, true); in notifySelfManagedDeviceAppeared()
657 mDevicePresenceProcessor.notifySelfManagedDevicePresenceEvent(associationId, false); in notifySelfManagedDeviceDisappeared()
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DDevicePresenceProcessor.java828 public void notifySelfManagedDevicePresenceEvent(int associationId, boolean isAppeared) { in notifySelfManagedDevicePresenceEvent() method in DevicePresenceProcessor