Home
last modified time | relevance | path

Searched refs:STATE_DIALING (Results 1 – 23 of 23) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCall.java43 STATE_DIALING,
66 public static final int STATE_DIALING = 0x01; field in BluetoothLeCall
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java694 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in outgoingCallPhoneAccountSelected()
695 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in outgoingCallPhoneAccountSelected()
741 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall( in triggerEmergencyRedial()
743 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall( in triggerEmergencyRedial()
1092 assertEquals(Call.STATE_DIALING, in startAndMakeActiveOutgoingCall()
1094 assertEquals(Call.STATE_DIALING, in startAndMakeActiveOutgoingCall()
1186 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(ids.mCallId).getState()); in startAndMakeDialingEmergencyCall()
1187 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(ids.mCallId).getState()); in startAndMakeDialingEmergencyCall()
1201 assertEquals(Call.STATE_DIALING, in startAndMakeDialingOutgoingCall()
1203 assertEquals(Call.STATE_DIALING, in startAndMakeDialingOutgoingCall()
DConnectionServiceFixture.java572 mConnectionById.get(id).state = Connection.STATE_DIALING; in sendSetDialing()
DBasicCallTests.java1247 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureX.getCall(emergencyCall.mCallId) in testUnmuteDuringEmergencyCall()
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/audio/
DInCallModelTest.java116 mInCallModel.updateModelWithPhoneNumber(PHONE_NUMBER, Call.STATE_DIALING); in updateModelWithPhoneNumber_dialing_setsPhoneNumberAndSubtitle()
163 mInCallModel.updateModelWithContact(phoneInfo, Call.STATE_DIALING); in updateModelWithContact_dialing_setsCardContent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java117 assertThat(mHfpClientConnection.getState()).isEqualTo(Connection.STATE_DIALING); in constructorWithNumber()
306 assertThat(mHfpClientConnection.getState()).isEqualTo(Connection.STATE_DIALING); in handleCallChanged_dialing()
315 assertThat(mHfpClientConnection.getState()).isEqualTo(Connection.STATE_DIALING); in handleCallChanged_alerting()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java178 if (state == android.telecom.Call.STATE_DIALING) { in toParcelableCall()
406 state = android.telecom.Call.STATE_DIALING; in getParcelableState()
418 state = android.telecom.Call.STATE_DIALING; in getParcelableState()
DCall.java4268 case Connection.STATE_DIALING: in getStateFromConnectionState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java256 && (state == Call.STATE_DIALING || state == Call.STATE_PULLING_CALL)) { in onStateChanged()
1343 case Call.STATE_DIALING: in getBtCallState()
1416 states.add(Call.STATE_DIALING); in getForegroundCall()
1484 states.add(Call.STATE_DIALING); in getOutgoingCall()
1579 return BluetoothLeCall.STATE_DIALING; in getTbsCallState()
1581 case Call.STATE_DIALING: in getTbsCallState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsCall.java43 } else if (state.equals(BluetoothLeCall.STATE_DIALING)) { in stateToString()
DTbsGeneric.java1087 states.add(BluetoothLeCall.STATE_DIALING); in getForegroundCall()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConferenceBase.java161 if (oldState == Connection.STATE_DIALING) { in setConferenceOnDialing()
DConferenceParticipantConnection.java124 case STATE_DIALING: in updateState()
DCdmaConnection.java166 if (state == android.telecom.Connection.STATE_DIALING) { in onStateChanged()
DImsConference.java1496 case Connection.STATE_DIALING: in setState()
DTelephonyConnectionService.java4759 connection.getTelecomCallId(), connection.STATE_DIALING); in handleEmergencyCallStartedForSatelliteSOSMessageRecommender()
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCallListAdapter.java134 case Call.STATE_DIALING: in getStateString()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/
DInCallModel.java232 if (callState == Call.STATE_ACTIVE || callState == Call.STATE_DIALING) { in onCallAdded()
388 case Call.STATE_DIALING: in createPhoneCardContent()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallListAdapter.java139 case Call.STATE_DIALING: in getStateString()
DTestConnectionManager.java239 case STATE_DIALING: in setState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java260 when(foregroundCall.getState()).thenReturn(Call.STATE_DIALING); in getBestPhoneAccount()
DBluetoothInCallServiceTest.java759 when(dialingCall.getState()).thenReturn(Call.STATE_DIALING); in testAlertingCallClccResponse()
797 when(dialingCall.getState()).thenReturn(Call.STATE_DIALING); in testHoldingCallClccResponse()
1479 .onStateChanged(activeCall, Call.STATE_DIALING); in testOnCallStateChangedDialing()
1497 .onStateChanged(outgoingCall, Call.STATE_DIALING); in testOnCallStateChangedAlerting()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java435 case Call.STATE_DIALING: in translateState()