Home
last modified time | relevance | path

Searched refs:RINGING (Results 1 – 19 of 19) 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.java238 if (phone.getState() == PhoneConstants.State.RINGING) { in getState()
239 s = PhoneConstants.State.RINGING; in getState()
259 if (phone.getState() == PhoneConstants.State.RINGING) { in getState()
260 s = PhoneConstants.State.RINGING; in getState()
DPhone.java690 && ((state == PhoneConstants.State.RINGING) || in handleMessage()
702 if (getState() == PhoneConstants.State.RINGING) { in handleMessage()
DGsmCdmaCallTracker.java764 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java490 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java537 mState = PhoneConstants.State.RINGING; in updatePhoneState()
DImsPhoneCallTracker.java1545 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java355 doReturn(PhoneConstants.State.RINGING).when(mImsCT).getState(); in testGettersAndPassThroughs()
356 assertEquals(PhoneConstants.State.RINGING, mImsPhoneUT.getState()); in testGettersAndPassThroughs()
DImsPhoneCallTrackerTest.java359 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCall()
440 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCallAcceptHold()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java280 mCT.mState = PhoneConstants.State.RINGING; in testGetDataConnectionState()
393 mCT.mState = PhoneConstants.State.RINGING; in testSendBurstDtmf()
DGsmCdmaCallTrackerTest.java261 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in setupRingingCall()
/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.java1872 case RINGING: in writePhoneState()
/frameworks/base/config/
Dhiddenapi-greylist.txt1417 Lcom/android/internal/telephony/PhoneConstants$State;->RINGING:Lcom/android/internal/telephony/Phon…