Home
last modified time | relevance | path

Searched refs:oldPhone (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DInCallService.java164 Phone oldPhone = mPhone; in onUnbind() local
167 oldPhone.destroy(); in onUnbind()
168 onPhoneDestroyed(oldPhone); in onUnbind()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneProxy.java274 Phone oldPhone = mActivePhone; in deleteAndCreatePhone() local
277 if (oldPhone != null) { in deleteAndCreatePhone()
278 outgoingPhoneName = ((PhoneBase) oldPhone).getPhoneName(); in deleteAndCreatePhone()
279 oldPhone.unregisterForSimRecordsLoaded(this); in deleteAndCreatePhone()
295 if (oldPhone != null) { in deleteAndCreatePhone()
296 imsPhone = oldPhone.relinquishOwnershipOfImsPhone(); in deleteAndCreatePhone()
307 if (oldPhone != null) { in deleteAndCreatePhone()
308 CallManager.getInstance().unregisterPhone(oldPhone); in deleteAndCreatePhone()
310 oldPhone.dispose(); in deleteAndCreatePhone()
316 oldPhone = null; in deleteAndCreatePhone()