HomeSort by relevance Sort by last modified time
    Searched refs:mRecordsLoadedRegistrants (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 46 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList();
108 + " recordsLoadedRegistrants=" + mRecordsLoadedRegistrants
185 mRecordsLoadedRegistrants.add(r);
192 mRecordsLoadedRegistrants.remove(h);
624 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size());
625 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) {
627 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler());
IsimUiccRecords.java 301 mRecordsLoadedRegistrants.notifyRegistrants(
RuimRecords.java 704 mRecordsLoadedRegistrants.notifyRegistrants(
SIMRecords.java     [all...]

Completed in 122 milliseconds