Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java33 private static final String EVENT_SCO_CONNECT = "com.android.bluetooth.hfpclient.SCO_CONNECT"; field in HfpClientConnection
269 case EVENT_SCO_CONNECT: in onCallEvent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java54 private static final String EVENT_SCO_CONNECT = "com.android.bluetooth.hfpclient.SCO_CONNECT"; field in HfpClientConnectionTest
486 mHfpClientConnection.onCallEvent(EVENT_SCO_CONNECT, /* extras= */ null); in onCallEvent_scoConnect()