OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMmiRegistrants
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java
202
protected final RegistrantList
mMmiRegistrants
532
mMmiRegistrants
.addUnique(h, what, obj);
538
mMmiRegistrants
.remove(h);
[
all
...]
CallManager.java
118
protected final RegistrantList
mMmiRegistrants
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java
558
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java
733
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
747
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
759
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
[
all
...]
Completed in 126 milliseconds