/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientCallTest.java | 96 /* call state= */ HfpClientCall.CALL_STATE_HELD, in testCreateHeldCall() 104 HfpClientCall.CALL_STATE_HELD, in testCreateHeldCall() 266 call.setState(HfpClientCall.CALL_STATE_HELD); in testSetState() 271 HfpClientCall.CALL_STATE_HELD, in testSetState()
|
D | HfpClientConnectionTest.java | 282 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_HELD); in handleCallChanged_held() 294 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_HELD); in handleCallChanged_heldConference()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientCall.java | 39 public static final int CALL_STATE_HELD = 1; field in HfpClientCall 236 case CALL_STATE_HELD: in toString()
|
D | HeadsetClientHalConstants.java | 55 static final int CALL_STATE_HELD = 1; field in HeadsetClientHalConstants
|
D | HfpClientConnection.java | 149 case HfpClientCall.CALL_STATE_HELD: in handleCallChanged()
|
D | HeadsetClientStateMachine.java | 597 HfpClientCall.CALL_STATE_HELD); in acceptCall() 636 case HfpClientCall.CALL_STATE_HELD: in acceptCall() 681 HfpClientCall.CALL_STATE_HELD); in rejectCall() 692 case HfpClientCall.CALL_STATE_HELD: in rejectCall() 749 c = getCall(HfpClientCall.CALL_STATE_HELD); in terminateCall()
|
D | HfpClientDeviceBlock.java | 198 || call.getState() == HfpClientCall.CALL_STATE_HELD) { in handleCall()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClientCall.java | 42 public static final int CALL_STATE_HELD = 1; field in BluetoothHeadsetClientCall 255 case CALL_STATE_HELD: in toString()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 57 static final int CALL_STATE_HELD = 1; field in HeadsetHalConstants
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 83 private static final int CALL_STATE_HELD = 1; field in BluetoothInCallServiceTest 479 eq(CALL_STATE_HELD), in testListCurrentCallsCdmaHold() 747 2, 1, CALL_STATE_HELD, 0, false, "5550001", PhoneNumberUtils.TOA_Unknown); in testCallClccCache() 827 2, 1, CALL_STATE_HELD, 0, false, "5550001", PhoneNumberUtils.TOA_Unknown); in testHoldingCallClccResponse() 909 eq(CALL_STATE_HELD), in testListCurrentCallsHeldImsCepConference() 918 eq(CALL_STATE_HELD), in testListCurrentCallsHeldImsCepConference() 990 2, 1, CALL_STATE_HELD, 0, false, "5550002", PhoneNumberUtils.TOA_Unknown); in testListCurrentCallsConferenceEmptyChildrenInference() 1577 eq(CALL_STATE_HELD), in testOnCallStateChangedGSMSwap()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 82 private static final int CALL_STATE_HELD = 1; field in BluetoothInCallService 955 state = CALL_STATE_HELD; in sendClccForCall() 965 state = CALL_STATE_HELD; in sendClccForCall() 1355 return CALL_STATE_HELD; in getBtCallState()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 598 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD:I
|