OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mRecordsLoadedRegistrants
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java
208
mRecordsLoadedRegistrants
.notifyRegistrants(
IccRecords.java
46
protected RegistrantList
mRecordsLoadedRegistrants
= new RegistrantList();
104
+ " recordsLoadedRegistrants=" +
mRecordsLoadedRegistrants
181
mRecordsLoadedRegistrants
.add(r);
188
mRecordsLoadedRegistrants
.remove(h);
514
pw.println(" recordsLoadedRegistrants: size=" +
mRecordsLoadedRegistrants
.size());
515
for (int i = 0; i <
mRecordsLoadedRegistrants
.size(); i++) {
517
+ ((Registrant)
mRecordsLoadedRegistrants
.get(i)).getHandler());
RuimRecords.java
651
mRecordsLoadedRegistrants
.notifyRegistrants(
SIMRecords.java
[
all
...]
Completed in 30 milliseconds