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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 174 protected final RegistrantList mMmiRegistrants
471 mMmiRegistrants.addUnique(h, what, obj);
476 mMmiRegistrants.remove(h);
    [all...]
CallManager.java 116 protected final RegistrantList mMmiRegistrants
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 515 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 722 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
735 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
746 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]

Completed in 107 milliseconds