Searched refs:RINGING (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | PhoneConstantConversions.java | 34 case RINGING: in convertCallState() 50 return PhoneConstants.State.RINGING; in convertCallState()
|
D | PhoneConstants.java | 35 IDLE, RINGING, OFFHOOK; enumConstant
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | Tone.java | 69 RINGING(0x08), enumConstant
|
/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/base/core/proto/android/telecomm/ |
D | enums.proto | 63 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/ |
D | CallManager.java | 238 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()
|
D | Phone.java | 690 && ((state == PhoneConstants.State.RINGING) || in handleMessage() 702 if (getState() == PhoneConstants.State.RINGING) { in handleMessage()
|
D | GsmCdmaCallTracker.java | 764 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 490 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 537 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
D | ImsPhoneCallTracker.java | 1545 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 355 doReturn(PhoneConstants.State.RINGING).when(mImsCT).getState(); in testGettersAndPassThroughs() 356 assertEquals(PhoneConstants.State.RINGING, mImsPhoneUT.getState()); in testGettersAndPassThroughs()
|
D | ImsPhoneCallTrackerTest.java | 359 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/ |
D | GsmCdmaPhoneTest.java | 280 mCT.mState = PhoneConstants.State.RINGING; in testGetDataConnectionState() 393 mCT.mState = PhoneConstants.State.RINGING; in testSendBurstDtmf()
|
D | GsmCdmaCallTrackerTest.java | 261 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in setupRingingCall()
|
/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/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1872 case RINGING: in writePhoneState()
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 1417 Lcom/android/internal/telephony/PhoneConstants$State;->RINGING:Lcom/android/internal/telephony/Phon…
|