Home
last modified time | relevance | path

Searched refs:RINGING (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstantConversions.java30 case RINGING: in convertCallState()
46 return PhoneConstants.State.RINGING; in convertCallState()
DPhoneConstants.java43 RINGING, enumConstant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DTone.java69 RINGING(0x08), enumConstant
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken308 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
438 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
519 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
541 } while (mGSMPhone.getState() != PhoneConstants.State.RINGING);
595 } while (mGSMPhone.getState() != PhoneConstants.State.RINGING);
616 } while (mGSMPhone.getState() != PhoneConstants.State.RINGING);
674 } while (mGSMPhone.getState() != PhoneConstants.State.RINGING);
726 } while (mGSMPhone.getState() != PhoneConstants.State.RINGING);
744 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
899 assertEquals(PhoneConstants.State.RINGING, mGSMPhone.getState());
[all …]
/frameworks/base/core/proto/android/telecomm/
Denums.proto63 RINGING = 4; enumerator
68 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java235 if (phone.getState() == PhoneConstants.State.RINGING) { in getState()
236 s = PhoneConstants.State.RINGING; in getState()
256 if (phone.getState() == PhoneConstants.State.RINGING) { in getState()
257 s = PhoneConstants.State.RINGING; in getState()
DPhone.java687 && ((state == PhoneConstants.State.RINGING) || in handleMessage()
699 if (getState() == PhoneConstants.State.RINGING) { in handleMessage()
DGsmCdmaCallTracker.java755 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java499 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java344 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCall()
494 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCallAcceptHold()
1169 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testHangupHandoverCall()
DImsPhoneTest.java384 doReturn(PhoneConstants.State.RINGING).when(mImsCT).getState(); in testGettersAndPassThroughs()
385 assertEquals(PhoneConstants.State.RINGING, mImsPhoneUT.getState()); in testGettersAndPassThroughs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java536 mState = PhoneConstants.State.RINGING; in updatePhoneState()
DImsPhoneCallTracker.java2007 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java239 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in setupRingingCall()
DGsmCdmaPhoneTest.java438 mCT.mState = PhoneConstants.State.RINGING; in testGetDataConnectionState()
556 mCT.mState = PhoneConstants.State.RINGING; in testSendBurstDtmf()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java355 Response response = mMessageFactory.createResponse(Response.RINGING, in sendRinging()
DSipSessionGroup.java1156 case Response.RINGING:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1931 case RINGING: in writePhoneState()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java674 public static final String EXTRA_STATE_RINGING = PhoneConstants.State.RINGING.toString();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt66674 Landroid/telecom/TelecomProtoEnums;->RINGING:I