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.java159 ImsPhone imsPhone = (ImsPhone) mPhone; in handleHandoverFailedIntent() local
188 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local
227 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local
DGsmCdmaPhone.java713 Phone imsPhone = mImsPhone; in acceptCall() local
837 Phone imsPhone = mImsPhone; in getRingingCall() local
998 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local
1063 Phone imsPhone = mImsPhone; in dial() local
1163 Phone imsPhone = mImsPhone; in isNotificationOfWfcCallRequired() local
1262 Phone imsPhone = mImsPhone; in handleUssdRequest() local
1660 Phone imsPhone = mImsPhone; in getCallForwardingOption() local
1690 Phone imsPhone = mImsPhone; in setCallForwardingOption() local
1725 Phone imsPhone = mImsPhone; in getOutgoingCallerIdDisplay() local
1740 Phone imsPhone = mImsPhone; in setOutgoingCallerIdDisplay() local
[all …]
DTelephonyComponentFactory.java127 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { in makeImsPhoneCallTracker()
131 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone) { in makeImsExternalCallTracker()
DPhone.java689 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local
3032 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local
3106 Phone imsPhone = mImsPhone; in isImsRegistered() local
3124 Phone imsPhone = mImsPhone; in isWifiCallingEnabled() local
3137 Phone imsPhone = mImsPhone; in isVolteEnabled() local
3305 Phone imsPhone = mImsPhone; in isVideoEnabled() local
3405 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) in checkWfcWifiOnlyModeBeforeDial()
DGsmCdmaCallTracker.java712 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local
1094 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.java1044 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { in checkWfcWifiOnlyModeBeforeDial()