/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 146 assertEquals(0, mGSMPhone.getForegroundCall().getConnections().size()); 150 assertEquals(Call.State.IDLE, mGSMPhone.getForegroundCall().getState()); 153 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestCreateTime()); 154 assertEquals(0, mGSMPhone.getForegroundCall().getEarliestConnectTime()); 169 assertEquals(Call.State.DIALING, mGSMPhone.getForegroundCall().getState()); 170 assertTrue(mGSMPhone.getForegroundCall().isDialingOrAlerting()); 174 } while (mGSMPhone.getForegroundCall().getConnections().size() == 0);*/ 177 assertEquals(1, mGSMPhone.getForegroundCall().getConnections().size()); 182 mGSMPhone.getForegroundCall().getState()); 185 assertTrue(mGSMPhone.getForegroundCall().getEarliestCreateTime() > 0); [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 63 public abstract Call getForegroundCall(); in getForegroundCall() method in SipPhoneBase 210 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState()); in canDial() 213 && (!getForegroundCall().getState().isAlive() in canDial() 223 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() 515 } else if (getForegroundCall().isIdle() in updatePhoneState()
|
D | SipPhone.java | 372 public Call getForegroundCall() { in getForegroundCall() method in SipPhone 982 : (SipCall) getForegroundCall(); in separate() 1003 call = (SipCall) getForegroundCall(); in separate()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 258 Rlog.v(LOG_TAG, "canDial(): foregndCall: " + getForegroundCall().getState()); in canDial() 261 && (!getForegroundCall().getState().isAlive() in canDial() 271 Call.State foregroundCallState = getForegroundCall().getState(); in isInCall() 560 } else if (getForegroundCall().isIdle() in updatePhoneState()
|
D | ImsPhone.java | 393 getForegroundCall() { in getForegroundCall() method in ImsPhone 486 ImsPhoneCall call = getForegroundCall(); in handleCallWaitingIncallSupplementaryService() 620 ImsPhoneCall.State foregroundCallState = getForegroundCall().getState(); in isInCall() 1225 connList.addAll(getForegroundCall().mConnections); in getHandoverConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 228 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleHandoverFailedIntent() 257 ImsPhoneCall imsPhoneCall = imsPhone.getForegroundCall(); in handleTestConferenceEventPackage()
|
D | CallManager.java | 382 mForegroundCalls.add(phone.getForegroundCall()); in registerPhone() 409 mForegroundCalls.remove(phone.getForegroundCall()); in unregisterPhone() 1871 : mDefaultPhone.getForegroundCall(); in getActiveFgCall() 1882 : phone.getForegroundCall(); in getActiveFgCall() 2406 call = phone.getForegroundCall(); in toString()
|
D | DefaultPhoneNotifier.java | 263 Call foregroundCall = sender.getForegroundCall(); in notifyPreciseCallState()
|
D | PhoneInternalInterface.java | 409 Call getForegroundCall(); in getForegroundCall() method
|
D | GsmCdmaPhone.java | 818 public GsmCdmaCall getForegroundCall() { in getForegroundCall() method in GsmCdmaPhone 874 GsmCdmaCall call = getForegroundCall(); in handleCallWaitingIncallSupplementaryService() 911 GsmCdmaCall call = getForegroundCall(); in handleCallHoldIncallSupplementaryService() 1033 GsmCdmaCall.State foregroundCallState = getForegroundCall().getState(); in isInCall()
|
D | Phone.java | 2269 isPresent = isVideoCallOrConference(mImsPhone.getForegroundCall()) || in isImsVideoCallOrConferencePresent()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 202 doReturn(mForeGroundCall).when(mPhone).getForegroundCall(); in testNotifyPreciseCallState()
|
D | CallManagerTest.java | 105 doReturn(mFgCall).when(mPhone).getForegroundCall(); in setUp()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 328 assertEquals(mForegroundCall, mImsPhoneUT.getForegroundCall()); in testGettersAndPassThroughs()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 1137 public Call getForegroundCall() { in getForegroundCall() method in PhoneMock
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 39825 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getForegroundCall()Lcom/android/internal/telephon… 39826 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getForegroundCall()Lcom/android/internal/telephon… 41449 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getForegroundCall()Lcom/android/internal/tel… 41450 HSPLcom/android/internal/telephony/imsphone/ImsPhone;->getForegroundCall()Lcom/android/internal/tel…
|