Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DTone.java69 RINGING(0x08), enumConstant
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java35 IDLE, RINGING, OFFHOOK; enumConstant
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java311 case RINGING: in convertCallState()
327 return PhoneConstants.State.RINGING; in convertCallState()
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()
DTelephonyEventLog.java463 case RINGING: state = 1; break; in writePhoneState()
DPhone.java557 && ((state == PhoneConstants.State.RINGING) || in handleMessage()
569 if (getState() == PhoneConstants.State.RINGING) { in handleMessage()
DGsmCdmaCallTracker.java688 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java232 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCall()
311 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCallAcceptHold()
DImsPhoneTest.java342 doReturn(PhoneConstants.State.RINGING).when(mImsCT).getState(); in testGettersAndPassThroughs()
343 assertEquals(PhoneConstants.State.RINGING, mImsPhoneUT.getState()); in testGettersAndPassThroughs()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java241 mCT.mState = PhoneConstants.State.RINGING; in testGetDataConnectionState()
326 mCT.mState = PhoneConstants.State.RINGING; in testSendBurstDtmf()
DGsmCdmaCallTrackerTest.java233 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testMTCallRinging()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java513 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java541 mState = PhoneConstants.State.RINGING; in updatePhoneState()
DImsPhoneCallTracker.java739 mState = PhoneConstants.State.RINGING; in updatePhoneState()
/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/base/telephony/java/android/telephony/
DTelephonyManager.java383 public static final String EXTRA_STATE_RINGING = PhoneConstants.State.RINGING.toString();