Searched refs:removeReferences (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java112 public void removeReferences() { method in class:CDMALTEPhone
113 super.removeReferences();
152 // removeReferences() have already been called
H A DCDMAPhone.java249 public void removeReferences() { method in class:CDMAPhone
250 log("removeReferences");
258 super.removeReferences();
777 // Radio Technology Change is ongoning, dispose() and removeReferences() have
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java199 public void removeReferences() { method in class:ImsPhone
200 Rlog.d(LOG_TAG, "removeReferences");
201 super.removeReferences();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1815 void removeReferences(); method in interface:Phone
H A DPhoneBase.java473 public void removeReferences() { method in class:PhoneBase
483 imsPhone.removeReferences();
1935 //mImsPhone.removeReferences();
1966 //mImsPhone.removeReferences();
H A DPhoneProxy.java314 //oldPhone.removeReferences();
1336 public void removeReferences() { method in class:PhoneProxy
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java246 public void removeReferences() { method in class:GSMPhone
247 Rlog.d(LOG_TAG, "removeReferences");
254 super.removeReferences();
341 // Radio Technology Change is ongoning, dispose() and removeReferences() have

Completed in 517 milliseconds