Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java420 public boolean phoneStateChange(BluetoothDevice device, HeadsetCallState callState) { in phoneStateChange() method in HeadsetNativeInterface
DHeadsetStateMachine.java851 if (!mNativeInterface.phoneStateChange(mDevice, callState)) { in processMessage()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java1238 verify(mNativeInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).phoneStateChange(device, in verifyCallStateToNativeInvocation()