/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientCall.java | 51 public static final int CALL_STATE_WAITING = 5; field in HfpClientCall 248 case CALL_STATE_WAITING: in toString()
|
D | HfpClientConnection.java | 160 case HfpClientCall.CALL_STATE_WAITING: in handleCallChanged() 165 || mPreviousCallState == HfpClientCall.CALL_STATE_WAITING) { in handleCallChanged()
|
D | HeadsetClientHalConstants.java | 59 static final int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants
|
D | HfpClientDeviceBlock.java | 205 || call.getState() == HfpClientCall.CALL_STATE_WAITING) { in handleCall()
|
D | HeadsetClientStateMachine.java | 592 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/ |
D | BluetoothHeadsetClientCall.java | 54 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/ |
D | HfpClientCallTest.java | 184 /* call state= */ HfpClientCall.CALL_STATE_WAITING, in testCreateWaitingCall() 192 HfpClientCall.CALL_STATE_WAITING, in testCreateWaitingCall()
|
D | HfpClientConnectionTest.java | 330 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/ |
D | HeadsetHalConstants.java | 61 static final int CALL_STATE_WAITING = 5; field in HeadsetHalConstants
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 639 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);
|
D | HfpNativeInterfaceTest.java | 223 int state = HfpClientCall.CALL_STATE_WAITING; in onCurrentCalls()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 86 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/ |
D | BluetoothInCallServiceTest.java | 87 private static final int CALL_STATE_WAITING = 5; field in BluetoothInCallServiceTest 574 CALL_STATE_WAITING, in testWaitingCallClccResponse()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 602 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_WAITING:I
|