/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | PhoneConstantConversions.java | 30 case RINGING: in convertCallState() 46 return PhoneConstants.State.RINGING; in convertCallState()
|
D | PhoneConstants.java | 43 RINGING, 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 | 235 if (phone.getState() == PhoneConstants.State.RINGING) { in getState() 236 s = PhoneConstants.State.RINGING; in getState() 256 if (phone.getState() == PhoneConstants.State.RINGING) { in getState() 257 s = PhoneConstants.State.RINGING; in getState()
|
D | Phone.java | 687 && ((state == PhoneConstants.State.RINGING) || in handleMessage() 699 if (getState() == PhoneConstants.State.RINGING) { in handleMessage()
|
D | GsmCdmaCallTracker.java | 755 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 499 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 344 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCall() 494 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testImsMTCallAcceptHold() 1169 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in testHangupHandoverCall()
|
D | ImsPhoneTest.java | 384 doReturn(PhoneConstants.State.RINGING).when(mImsCT).getState(); in testGettersAndPassThroughs() 385 assertEquals(PhoneConstants.State.RINGING, mImsPhoneUT.getState()); in testGettersAndPassThroughs()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 536 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
D | ImsPhoneCallTracker.java | 2007 mState = PhoneConstants.State.RINGING; in updatePhoneState()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaCallTrackerTest.java | 239 assertEquals(PhoneConstants.State.RINGING, mCTUT.getState()); in setupRingingCall()
|
D | GsmCdmaPhoneTest.java | 438 mCT.mState = PhoneConstants.State.RINGING; in testGetDataConnectionState() 556 mCT.mState = PhoneConstants.State.RINGING; in testSendBurstDtmf()
|
/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 | 1931 case RINGING: in writePhoneState()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 674 public static final String EXTRA_STATE_RINGING = PhoneConstants.State.RINGING.toString();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 66674 Landroid/telecom/TelecomProtoEnums;->RINGING:I
|