Home
last modified time | relevance | path

Searched defs:imsPhone (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java213 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent() local
223 ImsPhone imsPhone = (ImsPhone) mPhone; in handleHandoverFailedIntent() local
252 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local
291 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local
323 ImsPhone imsPhone = (ImsPhone) mPhone; in sendTestSuppServiceNotification() local
DGsmCdmaPhone.java705 Phone imsPhone = mImsPhone; in acceptCall() local
829 Phone imsPhone = mImsPhone; in getRingingCall() local
990 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local
1050 Phone imsPhone = mImsPhone; in dial() local
1169 Phone imsPhone = mImsPhone; in isNotificationOfWfcCallRequired() local
1268 Phone imsPhone = mImsPhone; in handleUssdRequest() local
1732 Phone imsPhone = mImsPhone; in getCallForwardingOption() local
1763 Phone imsPhone = mImsPhone; in setCallForwardingOption() local
1799 Phone imsPhone = mImsPhone; in getCallBarring() local
1816 Phone imsPhone = mImsPhone; in setCallBarring() local
[all …]
DTelephonyComponentFactory.java146 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { in makeImsPhoneCallTracker()
150 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) { in makeImsExternalCallTracker()
DPhone.java734 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local
3150 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local
3224 Phone imsPhone = mImsPhone; in isImsRegistered() local
3242 Phone imsPhone = mImsPhone; in isWifiCallingEnabled() local
3255 Phone imsPhone = mImsPhone; in isVolteEnabled() local
3269 Phone imsPhone = mImsPhone; in getImsRegistrationTech() local
3450 Phone imsPhone = mImsPhone; in isVideoEnabled() local
3559 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, int phoneId, Context context) in checkWfcWifiOnlyModeBeforeDial()
DGsmCdmaCallTracker.java718 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local
1100 Phone imsPhone = mPhone.getImsPhone(); in handlePollCalls() local
DCallManager.java401 Phone imsPhone = phone.getImsPhone(); in unregisterPhone() local
951 Phone imsPhone = phone.getImsPhone(); in dial() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1040 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { in checkWfcWifiOnlyModeBeforeDial()