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
85
private RegistrantList
mPinLockedRegistrants
= new RegistrantList();
290
mPinLockedRegistrants
.notifyRegistrants();
433
mPinLockedRegistrants
.add(r);
440
mPinLockedRegistrants
.remove(h);
508
mPinLockedRegistrants
.notifyRegistrants();
887
pw.println("
mPinLockedRegistrants
: size=" +
mPinLockedRegistrants
.size());
888
for (int i = 0; i <
mPinLockedRegistrants
.size(); i++) {
889
pw.println("
mPinLockedRegistrants
[" + i + "]=
[
all
...]
IccCardProxy.java
110
private RegistrantList
mPinLockedRegistrants
= new RegistrantList();
538
mPinLockedRegistrants
.notifyRegistrants();
675
mPinLockedRegistrants
.add(r);
686
mPinLockedRegistrants
.remove(h);
[
all
...]
Completed in 33 milliseconds