HomeSort by relevance Sort by last modified time
    Searched defs:mMmiRegistrants (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 322 protected final RegistrantList mMmiRegistrants
801 migrate(mMmiRegistrants, from.mMmiRegistrants);
    [all...]
CallManager.java 131 protected final RegistrantList mMmiRegistrants
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 576 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
869 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 689 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 884 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
898 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
910 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]

Completed in 758 milliseconds