Searched defs:mSuppServiceFailedRegistrants (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java176 protected final RegistrantList mSuppServiceFailedRegistrants field in class:CallManager
1589 mSuppServiceFailedRegistrants.addUnique(h, what, obj);
1599 mSuppServiceFailedRegistrants.remove(h);
2371 mSuppServiceFailedRegistrants.notifyRegistrants((AsyncResult) msg.obj);
H A DPhoneBase.java308 protected final RegistrantList mSuppServiceFailedRegistrants field in class:PhoneBase
727 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants);
824 mSuppServiceFailedRegistrants.addUnique(h, what, obj);
830 mSuppServiceFailedRegistrants.remove(h);

Completed in 17 milliseconds