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.java145 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local
184 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local
DTelephonyComponentFactory.java117 public ImsPhoneCallTracker makeImsPhoneCallTracker(ImsPhone imsPhone) { in makeImsPhoneCallTracker()
121 public ImsExternalCallTracker makeImsExternalCallTracker(ImsPhone imsPhone, in makeImsExternalCallTracker()
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
1578 Phone imsPhone = mImsPhone; in getCallForwardingOption() local
1608 Phone imsPhone = mImsPhone; in setCallForwardingOption() local
1643 Phone imsPhone = mImsPhone; in getOutgoingCallerIdDisplay() local
1658 Phone imsPhone = mImsPhone; in setOutgoingCallerIdDisplay() local
1677 Phone imsPhone = mImsPhone; in getCallWaiting() local
1696 Phone imsPhone = mImsPhone; in setCallWaiting() local
[all …]
DPhone.java647 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local
2862 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local
2936 Phone imsPhone = mImsPhone; in isImsRegistered() local
2954 Phone imsPhone = mImsPhone; in isWifiCallingEnabled() local
2967 Phone imsPhone = mImsPhone; in isVolteEnabled() local
3135 Phone imsPhone = mImsPhone; in isVideoEnabled() local
3213 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) in checkWfcWifiOnlyModeBeforeDial()
DGsmCdmaCallTracker.java693 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() 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.java1028 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { in checkWfcWifiOnlyModeBeforeDial()