Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyCallbackModeService.java174 Phone imsPhone = mPhone.getImsPhone(); in showNotification() local
DImsUtil.java167 ImsPhone imsPhone = (ImsPhone) (PhoneFactory.getPhone(phoneId).getImsPhone()); in getLastKnownRoamingState() local
DPhoneGlobals.java418 Phone imsPhone = p.getImsPhone(); in onCreate() local
DPhoneInterfaceManager.java6865 ImsPhone imsPhone = (ImsPhone) defaultPhone; in setCallComposerStatus() local
6888 ImsPhone imsPhone = (ImsPhone) defaultPhone; in getCallComposerStatus() local
9538 ImsPhone imsPhone = (ImsPhone) defaultPhone; in setCepEnabled() local
/packages/services/Telephony/src/com/android/services/telephony/
DImsConferenceController.java427 Phone imsPhone = connection.getPhone(); in startConference() local
DImsConference.java850 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local
1387 Phone imsPhone = mConferenceHost.getPhone(); in handleOriginalConnectionChange() local
DTelephonyConnection.java1225 ImsPhone imsPhone = (getPhone() instanceof ImsPhone) ? (ImsPhone) getPhone() : null; in onCallFilteringCompleted() local
1306 ImsPhone imsPhone = (ImsPhone) phone; in performHold() local
1329 ImsPhone imsPhone = (ImsPhone) phone; in performUnhold() local
DTelephonyConnectionService.java1392 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local
1558 Phone imsPhone = phone.getImsPhone(); in useImsForAudioOnlyCall() local