Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DImsUtil.java162 ImsPhone imsPhone = (ImsPhone) (PhoneFactory.getPhone(phoneId).getImsPhone()); in getLastKnownRoamingState() local
DEmergencyCallbackModeService.java174 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local
DPhoneGlobals.java487 Phone imsPhone = p.getImsPhone(); in onCreate() local
DPhoneInterfaceManager.java7224 ImsPhone imsPhone = (ImsPhone) defaultPhone; in setCallComposerStatus() local
7247 ImsPhone imsPhone = (ImsPhone) defaultPhone; in getCallComposerStatus() local
10328 ImsPhone imsPhone = (ImsPhone) defaultPhone; in setCepEnabled() local
/packages/services/Telephony/src/com/android/services/telephony/
DImsConferenceController.java468 Phone imsPhone = connection.getPhone(); in startConference() local
DImsConference.java880 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local
1429 Phone imsPhone = mConferenceHost.getPhone(); in handleOriginalConnectionChange() local
DTelephonyConnection.java1263 ImsPhone imsPhone = (getPhone() instanceof ImsPhone) ? (ImsPhone) getPhone() : null; in onCallFilteringCompleted() local
1344 ImsPhone imsPhone = (ImsPhone) phone; in performHold() local
1369 ImsPhone imsPhone = (ImsPhone) phone; in performUnhold() local
DTelephonyConnectionService.java1804 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local
1969 Phone imsPhone = phone.getImsPhone(); in useImsForAudioOnlyCall() local