Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java506 ImsPhone imsPhone = mImsPhone; in acceptCall() local
578 ImsPhone imsPhone = mImsPhone; in getRingingCall() local
741 ImsPhone imsPhone = mImsPhone; in handleInCallMmiCommands() local
806 ImsPhone imsPhone = mImsPhone; in dial() local
1170 ImsPhone imsPhone = mImsPhone; in getCallForwardingOption() local
1195 ImsPhone imsPhone = mImsPhone; in setCallForwardingOption() local
1237 ImsPhone imsPhone = mImsPhone; in getCallWaiting() local
1251 ImsPhone imsPhone = mImsPhone; in setCallWaiting() local
1541 ImsPhone imsPhone = mImsPhone; in handleMessage() local
DGsmCallTracker.java414 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone(); in updatePhoneState() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java119 ImsPhone imsPhone = (ImsPhone) mPhone; in handleTestConferenceEventPackage() local
DPhoneBase.java525 ImsPhone imsPhone = mImsPhone; in dispose() local
542 ImsPhone imsPhone = mImsPhone; in removeReferences() local
678 ImsPhone imsPhone = mImsPhone; in handleSrvccStateChanged() local
2114 ImsPhone imsPhone = mImsPhone; in relinquishOwnershipOfImsPhone() local
2125 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone) { in acquireOwnershipOfImsPhone()
2209 ImsPhone imsPhone = mImsPhone; in getVoicePhoneServiceState() local
2278 ImsPhone imsPhone = mImsPhone; in isImsRegistered() local
2297 ImsPhone imsPhone = mImsPhone; in isWifiCallingEnabled() local
2311 ImsPhone imsPhone = mImsPhone; in isVolteEnabled() local
2433 ImsPhone imsPhone = mImsPhone; in isVideoEnabled() local
DPhoneProxy.java284 ImsPhone imsPhone = null; in deleteAndCreatePhone() local
1482 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone) { } in acquireOwnershipOfImsPhone()
DPhone.java1936 public void acquireOwnershipOfImsPhone(ImsPhone imsPhone); in acquireOwnershipOfImsPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java431 ImsPhone imsPhone = mImsPhone; in dial() local
523 ImsPhone imsPhone = mImsPhone; in acceptCall() local
1277 ImsPhone imsPhone = mImsPhone; in handleMessage() local
DCdmaCallTracker.java475 ImsPhone imsPhone = (ImsPhone)mPhone.getImsPhone(); in updatePhoneState() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java510 public static void checkWfcWifiOnlyModeBeforeDial(ImsPhone imsPhone, Context context) in checkWfcWifiOnlyModeBeforeDial()