Home
last modified time | relevance | path

Searched refs:CALL_STATE_WAITING (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientCall.java51 public static final int CALL_STATE_WAITING = 5; field in HfpClientCall
248 case CALL_STATE_WAITING: in toString()
DHfpClientConnection.java160 case HfpClientCall.CALL_STATE_WAITING: in handleCallChanged()
165 || mPreviousCallState == HfpClientCall.CALL_STATE_WAITING) { in handleCallChanged()
DHeadsetClientHalConstants.java59 static final int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants
DHfpClientDeviceBlock.java205 || call.getState() == HfpClientCall.CALL_STATE_WAITING) { in handleCall()
DHeadsetClientStateMachine.java592 getCall(HfpClientCall.CALL_STATE_INCOMING, HfpClientCall.CALL_STATE_WAITING); in acceptCall()
612 case HfpClientCall.CALL_STATE_WAITING: in acceptCall()
679 HfpClientCall.CALL_STATE_WAITING, in rejectCall()
691 case HfpClientCall.CALL_STATE_WAITING: in rejectCall()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClientCall.java54 public static final int CALL_STATE_WAITING = 5; field in BluetoothHeadsetClientCall
267 case CALL_STATE_WAITING: in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientCallTest.java184 /* call state= */ HfpClientCall.CALL_STATE_WAITING, in testCreateWaitingCall()
192 HfpClientCall.CALL_STATE_WAITING, in testCreateWaitingCall()
DHfpClientConnectionTest.java330 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_WAITING); in handleCallChanged_waiting()
340 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_WAITING); in handleCallChanged_terminated_missedDisconnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java61 static final int CALL_STATE_WAITING = 5; field in HeadsetHalConstants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java639 HfpClientCall.CALL_STATE_WAITING,
1044 mTestDevice, 0, HfpClientCall.CALL_STATE_WAITING, "1", false, false, false);
1048 mHeadsetClientStateMachine.callsInState(HfpClientCall.CALL_STATE_WAITING), 1);
1151 mTestDevice, 0, HfpClientCall.CALL_STATE_WAITING, "1", true, false, false);
1277 mTestDevice, 0, HfpClientCall.CALL_STATE_WAITING, "1", true, false, false);
DHfpNativeInterfaceTest.java223 int state = HfpClientCall.CALL_STATE_WAITING; in onCurrentCalls()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java86 private static final int CALL_STATE_WAITING = 5; field in BluetoothInCallService
1364 return CALL_STATE_WAITING; in getBtCallState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java87 private static final int CALL_STATE_WAITING = 5; field in BluetoothInCallServiceTest
574 CALL_STATE_WAITING, in testWaitingCallClccResponse()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt602 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_WAITING:I