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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 149 protected final RegistrantList mMmiCompleteRegistrants
    [all...]
PhoneBase.java 155 protected final RegistrantList mMmiCompleteRegistrants
449 mMmiCompleteRegistrants.addUnique(h, what, obj);
456 mMmiCompleteRegistrants.remove(h);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 548 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]

Completed in 2500 milliseconds