Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java237 ImsPhone imsPhone = (ImsPhone) mPhone; in handleSuppServiceFailedIntent() local
247 ImsPhone imsPhone = (ImsPhone) mPhone; in handleHandoverFailedIntent() local
276 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local
315 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestDialogEventPackageIntent() local
347 ImsPhone imsPhone = (ImsPhone) mPhone; in sendTestSuppServiceNotification() local
408 ImsPhone imsPhone = (ImsPhone) mPhone; in testImsECall() local
DGsmCdmaPhone.java802 Phone imsPhone = mImsPhone; in acceptCall() local
926 Phone imsPhone = mImsPhone; in getRingingCall() local
1114 Phone imsPhone = mImsPhone; in handleInCallMmiCommands() local
1175 Phone imsPhone = mImsPhone; in dial() local
1303 Phone imsPhone = mImsPhone; in isNotificationOfWfcCallRequired() local
1402 Phone imsPhone = mImsPhone; in handleUssdRequest() local
1911 Phone imsPhone = mImsPhone; in getCallForwardingOption() local
1942 Phone imsPhone = mImsPhone; in setCallForwardingOption() local
1978 Phone imsPhone = mImsPhone; in getCallBarring() local
1993 Phone imsPhone = mImsPhone; in setCallBarring() local
[all …]
DPhone.java786 Phone imsPhone = mImsPhone; in handleSrvccStateChanged() local
3461 Phone imsPhone = mImsPhone; in getVoicePhoneServiceState() local
3535 Phone imsPhone = mImsPhone; in isImsRegistered() local
3554 Phone imsPhone = mImsPhone; in isWifiCallingEnabled() local
3568 Phone imsPhone = mImsPhone; in isImsCapabilityAvailable() local
3582 Phone imsPhone = mImsPhone; in isVolteEnabled() local
3596 Phone imsPhone = mImsPhone; in getImsRegistrationTech() local
3785 Phone imsPhone = mImsPhone; in isVideoEnabled() local
3916 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, int phoneId, Context context) in checkWfcWifiOnlyModeBeforeDial()
DGsmCdmaCallTracker.java769 Phone imsPhone = mPhone.getImsPhone(); in updatePhoneState() local
1155 Phone imsPhone = mPhone.getImsPhone(); in handlePollCalls() local
DCallManager.java391 Phone imsPhone = phone.getImsPhone(); in unregisterPhone() local
806 Phone imsPhone = phone.getImsPhone(); in dial() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1038 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context) { in checkWfcWifiOnlyModeBeforeDial()