Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DPeripheralHandoverService.java58 public static final int MSG_HEADSET_NOT_CONNECTED = 1; field in PeripheralHandoverService
290 final int msgId = connected ? MSG_HEADSET_CONNECTED : MSG_HEADSET_NOT_CONNECTED; in replyToClient()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java826 case PeripheralHandoverService.MSG_HEADSET_NOT_CONNECTED: in handleMessage()