Home
last modified time | relevance | path

Searched refs:CALL_STATE_HELD (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientCallTest.java96 /* 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()
DHfpClientConnectionTest.java282 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/
DHfpClientCall.java39 public static final int CALL_STATE_HELD = 1; field in HfpClientCall
236 case CALL_STATE_HELD: in toString()
DHeadsetClientHalConstants.java55 static final int CALL_STATE_HELD = 1; field in HeadsetClientHalConstants
DHfpClientConnection.java149 case HfpClientCall.CALL_STATE_HELD: in handleCallChanged()
DHeadsetClientStateMachine.java597 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()
DHfpClientDeviceBlock.java198 || call.getState() == HfpClientCall.CALL_STATE_HELD) { in handleCall()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClientCall.java42 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/
DHeadsetHalConstants.java57 static final int CALL_STATE_HELD = 1; field in HeadsetHalConstants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java83 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/
DBluetoothInCallService.java82 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/
Dhiddenapi-max-target-o-low-priority.txt598 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_HELD:I