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.java591 Phone imsPhone = p.getImsPhone(); in onCreate() local
DPhoneInterfaceManager.java7866 ImsPhone imsPhone = (ImsPhone) defaultPhone; in setCallComposerStatus() local
7892 ImsPhone imsPhone = (ImsPhone) defaultPhone; in getCallComposerStatus() local
11264 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.java889 Phone imsPhone = mConferenceHost.getPhone(); in setConferenceHost() local
1438 Phone imsPhone = mConferenceHost.getPhone(); in handleOriginalConnectionChange() local
DTelephonyConnectionService.java1213 ImsPhone imsPhone = phone != null ? (ImsPhone) phone.getImsPhone() : null; in onCreateOutgoingConnection() local
2030 ImsPhone imsPhone = (ImsPhone) phone.getImsPhone(); in onCreateUnknownConnection() local
2195 Phone imsPhone = phone.getImsPhone(); in useImsForAudioOnlyCall() local
4120 Phone imsPhone = phone.getImsPhone(); in checkAndRejectIncomingCall() local
DTelephonyConnection.java1248 ImsPhone imsPhone = (getPhone() instanceof ImsPhone) ? (ImsPhone) getPhone() : null; in onCallFilteringCompleted() local
1339 ImsPhone imsPhone = (ImsPhone) phone; in performHold() local
1366 ImsPhone imsPhone = (ImsPhone) phone; in performUnhold() local