Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/companion/
DDevicePresenceEvent.java46 EVENT_BT_DISCONNECTED,
85 public static final int EVENT_BT_DISCONNECTED = 3; field in DevicePresenceEvent
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DBluetoothDeviceProcessor.java20 import static android.companion.DevicePresenceEvent.EVENT_BT_DISCONNECTED;
136 : EVENT_BT_DISCONNECTED); in onDeviceConnectivityChanged()
DDevicePresenceProcessor.java23 import static android.companion.DevicePresenceEvent.EVENT_BT_DISCONNECTED;
518 onDeviceLocked(associationId, userId, EVENT_BT_DISCONNECTED, /* ParcelUuid */ null); in onBluetoothCompanionDeviceDisconnected()
525 onDevicePresenceEvent(mConnectedBtDevices, associationId, EVENT_BT_DISCONNECTED); in onBluetoothCompanionDeviceDisconnected()
588 case EVENT_BT_DISCONNECTED: in simulateDeviceEvent()
697 case EVENT_BT_DISCONNECTED: in onDevicePresenceEvent()
753 case EVENT_BT_DISCONNECTED: in onDevicePresenceEventByUuid()
1015 case EVENT_BT_DISCONNECTED -> { in onDeviceLocked()
/frameworks/base/core/api/
Dcurrent.txt9862 field public static final int EVENT_BT_DISCONNECTED = 3; // 0x3