Searched defs:removeReferences (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java102 public void removeReferences() { method in class:CDMALTEPhone
103 super.removeReferences();
112 // removeReferences() have already been called
H A DCDMAPhone.java253 public void removeReferences() { method in class:CDMAPhone
254 log("removeReferences");
261 super.removeReferences();
694 // Radio Technology Change is ongoning, dispose() and removeReferences() have
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java265 oldPhone.removeReferences();
1186 public void removeReferences() { method in class:PhoneProxy
H A DPhone.java1718 void removeReferences(); method in interface:Phone
H A DPhoneBase.java325 public void removeReferences() { method in class:PhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java236 public void removeReferences() { method in class:GSMPhone
237 Rlog.d(LOG_TAG, "removeReferences");
243 super.removeReferences();
299 // Radio Technology Change is ongoning, dispose() and removeReferences() have

Completed in 82 milliseconds