Home
last modified time | relevance | path

Searched refs:onCallChanged (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionServiceTest.java202 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in callChanged_callAdded()
245 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in onCreateIncomingConnection()
315 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in onCreateUnknownConnection()
348 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in onCreateIncomingConnection_phoneAccountIsNull_returnsNull()
416 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in onCreateUnknownConnection_phoneAccountIsNull_returnsNull()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnectionService.java98 public static void onCallChanged(BluetoothDevice device, HfpClientCall call) { in onCallChanged() method in HfpClientConnectionService
DHeadsetClientStateMachine.java382 HfpClientConnectionService.onCallChanged(c.getDevice(), c); in sendCallChangedIntent()