Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java34 private static final String EVENT_SCO_DISCONNECT = field in HfpClientConnection
272 case EVENT_SCO_DISCONNECT: in onCallEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java55 private static final String EVENT_SCO_DISCONNECT = field in HfpClientConnectionTest
494 mHfpClientConnection.onCallEvent(EVENT_SCO_DISCONNECT, /* extras= */ null); in onCallEvent_scoDisconnect()