Searched refs:unregisterForRecordsLoaded (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java140 mIccRecords.unregisterForRecordsLoaded(this);
561 mIccRecords.unregisterForRecordsLoaded(sInstance);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java187 public void unregisterForRecordsLoaded(Handler h) { method in class:IccRecords
H A DIccCardProxy.java333 if (mIccRecords != null) mIccRecords.unregisterForRecordsLoaded(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java214 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
1738 mIccRecords.unregisterForRecordsLoaded(this);
H A DCDMAPhone.java1631 r.unregisterForRecordsLoaded(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java253 if (mIccRecords != null) {mIccRecords.unregisterForRecordsLoaded(this);}
1810 mIccRecords.unregisterForRecordsLoaded(this);
H A DGSMPhone.java1611 r.unregisterForRecordsLoaded(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java181 if (r != null) { r.unregisterForRecordsLoaded(this);}
2337 r.unregisterForRecordsLoaded(this);

Completed in 98 milliseconds