OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMmiRegistrants
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java
504
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
773
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java
275
protected final RegistrantList
mMmiRegistrants
667
migrate(
mMmiRegistrants
, from.
mMmiRegistrants
);
780
mMmiRegistrants
.addUnique(h, what, obj);
786
mMmiRegistrants
.remove(h);
[
all
...]
CallManager.java
126
protected final RegistrantList
mMmiRegistrants
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java
656
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java
867
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
881
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
893
mMmiRegistrants
.notifyRegistrants(new AsyncResult(null, mmi, null));
[
all
...]
Completed in 50 milliseconds