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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 87 migrate(mMmiRegistrants, from.mMmiRegistrants);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 204 protected final RegistrantList mMmiRegistrants
538 mMmiRegistrants.addUnique(h, what, obj);
544 mMmiRegistrants.remove(h);
    [all...]
CallManager.java 118 protected final RegistrantList mMmiRegistrants
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 746 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
760 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
772 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 586 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]

Completed in 398 milliseconds