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

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 159 protected final RegistrantList mMmiRegistrants
438 mMmiRegistrants.addUnique(h, what, obj);
443 mMmiRegistrants.remove(h);
    [all...]
CallManager.java 116 protected final RegistrantList mMmiRegistrants
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 732 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
745 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
756 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 528 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]

Completed in 24 milliseconds