OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPinLockedRegistrants
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java
76
private RegistrantList
mPinLockedRegistrants
= new RegistrantList();
279
mPinLockedRegistrants
.notifyRegistrants();
422
mPinLockedRegistrants
.add(r);
429
mPinLockedRegistrants
.remove(h);
497
mPinLockedRegistrants
.notifyRegistrants();
835
pw.println("
mPinLockedRegistrants
: size=" +
mPinLockedRegistrants
.size());
836
for (int i = 0; i <
mPinLockedRegistrants
.size(); i++) {
837
pw.println("
mPinLockedRegistrants
[" + i + "]="
838
+ ((Registrant)
mPinLockedRegistrants
.get(i)).getHandler())
[
all
...]
IccCardProxy.java
92
private RegistrantList
mPinLockedRegistrants
= new RegistrantList();
372
mPinLockedRegistrants
.notifyRegistrants();
519
mPinLockedRegistrants
.add(r);
530
mPinLockedRegistrants
.remove(h);
741
pw.println("
mPinLockedRegistrants
: size=" +
mPinLockedRegistrants
.size());
742
for (int i = 0; i <
mPinLockedRegistrants
.size(); i++) {
743
pw.println("
mPinLockedRegistrants
[" + i + "]="
744
+ ((Registrant)
mPinLockedRegistrants
.get(i)).getHandler());
Completed in 29 milliseconds