Searched refs:RINGING (Results 1 – 18 of 18) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | Tone.java | 69 RINGING(0x08), enumConstant
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | PhoneConstants.java | 35 IDLE, RINGING, OFFHOOK; enumConstant
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DefaultPhoneNotifier.java | 311 case RINGING: in convertCallState() 327 return PhoneConstants.State.RINGING; in convertCallState()
|
D | CallManager.java | 239 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()
|
D | TelephonyEventLog.java | 463 case RINGING: state = 1; break; in writePhoneState()
|
D | Phone.java | 557 && ((state == PhoneConstants.State.RINGING) || in handleMessage() 569 if (getState() == PhoneConstants.State.RINGING) { in handleMessage()
|
D | GsmCdmaCallTracker.java | 688 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 308 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/ |
D | ImsPhoneCallTrackerTest.java | 232 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCall() 311 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCallAcceptHold()
|
D | ImsPhoneTest.java | 342 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/ |
D | GsmCdmaPhoneTest.java | 241 mCT.mState = PhoneConstants.State.RINGING; in testGetDataConnectionState() 326 mCT.mState = PhoneConstants.State.RINGING; in testSendBurstDtmf()
|
D | GsmCdmaCallTrackerTest.java | 233 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testMTCallRinging()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 513 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 541 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
D | ImsPhoneCallTracker.java | 739 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipHelper.java | 355 Response response = mMessageFactory.createResponse(Response.RINGING, in sendRinging()
|
D | SipSessionGroup.java | 1156 case Response.RINGING:
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 383 public static final String EXTRA_STATE_RINGING = PhoneConstants.State.RINGING.toString();
|