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.java182 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent() local
192 ImsPhone imsPhone = (ImsPhone) mPhone; in handleHandoverFailedIntent() local
221 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local
260 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local
291 ImsPhone imsPhone = (ImsPhone) mPhone; in sendTestSuppServiceNotification() local
DTelephonyComponentFactory.java127 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { in makeImsPhoneCallTracker()
131 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) { in makeImsExternalCallTracker()
DGsmCdmaPhone.java709 Phone imsPhone = mImsPhone; in acceptCall() local
833 Phone imsPhone = mImsPhone; in getRingingCall() local
994 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local
1059 Phone imsPhone = mImsPhone; in dial() local
1176 Phone imsPhone = mImsPhone; in isNotificationOfWfcCallRequired() local
1275 Phone imsPhone = mImsPhone; in handleUssdRequest() local
1683 Phone imsPhone = mImsPhone; in getCallForwardingOption() local
1713 Phone imsPhone = mImsPhone; in setCallForwardingOption() local
1748 Phone imsPhone = mImsPhone; in getOutgoingCallerIdDisplay() local
1763 Phone imsPhone = mImsPhone; in setOutgoingCallerIdDisplay() local
[all …]
DGsmCdmaCallTracker.java718 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local
1100 Phone imsPhone = mPhone.getImsPhone(); in handlePollCalls() local
DPhone.java725 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local
3104 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local
3178 Phone imsPhone = mImsPhone; in isImsRegistered() local
3196 Phone imsPhone = mImsPhone; in isWifiCallingEnabled() local
3209 Phone imsPhone = mImsPhone; in isVolteEnabled() local
3389 Phone imsPhone = mImsPhone; in isVideoEnabled() local
3488 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) in checkWfcWifiOnlyModeBeforeDial()
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()