Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstantConversions.java34 case RINGING: in convertCallState()
50 return PhoneConstants.State.RINGING; in convertCallState()
DPhoneConstants.java35 IDLE, RINGING, OFFHOOK; 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.java239 if (phone.getState() == PhoneConstants.State.RINGING) { in getState()
240 s = PhoneConstants.State.RINGING; in getState()
259 if (phone.getState() == PhoneConstants.State.RINGING) { in getState()
260 s = PhoneConstants.State.RINGING; in getState()
DPhone.java644 && ((state == PhoneConstants.State.RINGING) || in handleMessage()
656 if (getState() == PhoneConstants.State.RINGING) { in handleMessage()
DGsmCdmaCallTracker.java713 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java352 doReturn(PhoneConstants.State.RINGING).when(mImsCT).getState(); in testGettersAndPassThroughs()
353 assertEquals(PhoneConstants.State.RINGING, mImsPhoneUT.getState()); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java351 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCall()
432 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCallAcceptHold()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java514 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java559 mState = PhoneConstants.State.RINGING; in updatePhoneState()
DImsPhoneCallTracker.java1475 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaCallTrackerTest.java247 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testMTCallRinging()
DGsmCdmaPhoneTest.java314 mCT.mState = PhoneConstants.State.RINGING; in testGetDataConnectionState()
400 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.java1512 case RINGING: in writePhoneState()