/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientCallTest.java | 74 /* call state= */ HfpClientCall.CALL_STATE_ACTIVE, in testCreateActiveCall() 82 HfpClientCall.CALL_STATE_ACTIVE, in testCreateActiveCall() 250 /* call state= */ HfpClientCall.CALL_STATE_ACTIVE, in testSetState() 259 HfpClientCall.CALL_STATE_ACTIVE, in testSetState() 285 /* call state= */ HfpClientCall.CALL_STATE_ACTIVE, in testSetNumber() 294 HfpClientCall.CALL_STATE_ACTIVE, in testSetNumber() 306 HfpClientCall.CALL_STATE_ACTIVE, in testSetNumber() 320 /* call state= */ HfpClientCall.CALL_STATE_ACTIVE, in testSetMultiParty() 329 HfpClientCall.CALL_STATE_ACTIVE, in testSetMultiParty() 341 HfpClientCall.CALL_STATE_ACTIVE, in testSetMultiParty() [all …]
|
D | HfpClientConnectionTest.java | 77 HfpClientCall.CALL_STATE_ACTIVE, in setUp() 152 HfpClientCall.CALL_STATE_ACTIVE, in multiPartyCallOnAddedNotDisconnected_isInConference() 179 HfpClientCall.CALL_STATE_ACTIVE, in multiPartyCallNotAddedNotDisconnected_notInConference() 197 HfpClientCall.CALL_STATE_ACTIVE, in multiPartyCallOnAddedDisconnected_notInConference() 227 HfpClientCall.CALL_STATE_ACTIVE, in updateCall() 240 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_ACTIVE); in handleCallChanged_active() 252 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_ACTIVE); in handleCallChanged_activeConference() 449 HfpClientCall.CALL_STATE_ACTIVE, in onUnhold_connectionServiceHasMultipleConnections_doesNotAcceptHeldCall()
|
D | HfpClientConnectionServiceTest.java | 197 HfpClientCall.CALL_STATE_ACTIVE, in callChanged_callAdded() 233 HfpClientCall.CALL_STATE_ACTIVE, in onCreateIncomingConnection() 265 HfpClientCall.CALL_STATE_ACTIVE, in onCreateOutgoingConnection() 300 HfpClientCall.CALL_STATE_ACTIVE, in onCreateUnknownConnection() 336 HfpClientCall.CALL_STATE_ACTIVE, in onCreateIncomingConnection_phoneAccountIsNull_returnsNull() 367 HfpClientCall.CALL_STATE_ACTIVE, in onCreateOutgoingConnection_phoneAccountIsNull_returnsNull() 401 HfpClientCall.CALL_STATE_ACTIVE, in onCreateUnknownConnection_phoneAccountIsNull_returnsNull()
|
D | HfpClientDeviceBlockTest.java | 95 HfpClientCall.CALL_STATE_ACTIVE, in testCreateOutgoingConnection_scoStateIsSet() 114 HfpClientCall.CALL_STATE_ACTIVE, in testOnAudioStateChanged() 140 HfpClientCall.CALL_STATE_ACTIVE, in testHandleMultiPartyCall_scoStateIsSetOnConference()
|
D | HeadsetClientServiceInterfaceTest.java | 60 HfpClientCall.CALL_STATE_ACTIVE,
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientCall.java | 36 public static final int CALL_STATE_ACTIVE = 0; field in HfpClientCall 233 case CALL_STATE_ACTIVE: in toString()
|
D | HeadsetClientHalConstants.java | 54 static final int CALL_STATE_ACTIVE = 0; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 613 if (callsInState(HfpClientCall.CALL_STATE_ACTIVE) == 0) { in acceptCall() 641 } else if (getCall(HfpClientCall.CALL_STATE_ACTIVE) != null) { in acceptCall() 653 case HfpClientCall.CALL_STATE_ACTIVE: in acceptCall() 698 case HfpClientCall.CALL_STATE_ACTIVE: in rejectCall() 722 c = getCall(HfpClientCall.CALL_STATE_ACTIVE); in holdCall() 746 HfpClientCall.CALL_STATE_ACTIVE); in terminateCall() 767 if (c == null || c.getState() != HfpClientCall.CALL_STATE_ACTIVE || !c.isMultiParty()) { in enterPrivateMode()
|
D | HfpClientConnection.java | 142 case HfpClientCall.CALL_STATE_ACTIVE: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 197 || call.getState() == HfpClientCall.CALL_STATE_ACTIVE in handleCall()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClientCall.java | 39 public static final int CALL_STATE_ACTIVE = 0; field in BluetoothHeadsetClientCall 252 case CALL_STATE_ACTIVE: in toString()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 56 static final int CALL_STATE_ACTIVE = 0; field in HeadsetHalConstants
|
D | HeadsetService.java | 1986 } else if (callState == HeadsetHalConstants.CALL_STATE_ACTIVE in phoneStateChanged()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 82 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallServiceTest 470 eq(CALL_STATE_ACTIVE), in testListCurrentCallsCdmaHold() 533 eq(CALL_STATE_ACTIVE), in testListCurrentCallsCdmaConference() 542 eq(CALL_STATE_ACTIVE), in testListCurrentCallsCdmaConference() 641 CALL_STATE_ACTIVE, in testListCurrentCallsCallHandleChanged() 656 CALL_STATE_ACTIVE, in testListCurrentCallsCallHandleChanged() 744 1, 1, CALL_STATE_ACTIVE, 0, false, "5550000", PhoneNumberUtils.TOA_Unknown); in testCallClccCache() 862 eq(CALL_STATE_ACTIVE), in testListCurrentCallsImsConference() 987 1, 0, CALL_STATE_ACTIVE, 0, false, "5550001", PhoneNumberUtils.TOA_Unknown); in testListCurrentCallsConferenceEmptyChildrenInference() 1021 1, 0, CALL_STATE_ACTIVE, 0, true, "5550001", PhoneNumberUtils.TOA_Unknown); in testListCurrentCallsConferenceEmptyChildrenInference() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachineTest.java | 1055 mTestDevice, 0, HfpClientCall.CALL_STATE_ACTIVE, "1", true, false, false); 1071 mTestDevice, 0, HfpClientCall.CALL_STATE_ACTIVE, "1", true, false, false); 1074 mTestDevice, 0, HfpClientCall.CALL_STATE_ACTIVE, "1", true, false, false); 1139 mTestDevice, 0, HfpClientCall.CALL_STATE_ACTIVE, "1", true, false, false); 1142 states[0] = HfpClientCall.CALL_STATE_ACTIVE; 1154 states[0] = HfpClientCall.CALL_STATE_ACTIVE; 1701 mTestDevice, 0, HfpClientCall.CALL_STATE_ACTIVE, "1", true, false, false); 1704 states[0] = HfpClientCall.CALL_STATE_ACTIVE;
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 81 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallService 839 int state = CALL_STATE_ACTIVE; in sendListOfCalls() 940 if (state == CALL_STATE_ACTIVE && !mCallInfo.isNullCall(activeChild)) { in sendClccForCall() 951 state = CALL_STATE_ACTIVE; in sendClccForCall() 1339 return CALL_STATE_ACTIVE; in getBtCallState()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 595 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ACTIVE:I
|