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/base/telephony/java/com/android/internal/telephony/
PhoneBase.java
149
protected final RegistrantList
mMmiRegistrants
406
mMmiRegistrants
.addUnique(h, what, obj);
411
mMmiRegistrants
.remove(h);
[
all
...]
CallManager.java
116
protected final RegistrantList
mMmiRegistrants
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java
503
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java
737
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
750
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
761
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
[
all
...]
Completed in 180 milliseconds