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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java107 protected final RegistrantList mNewRingingConnectionRegistrants field in class:CallManager
1093 mNewRingingConnectionRegistrants.addUnique(h, what, obj);
1102 mNewRingingConnectionRegistrants.remove(h);
1705 mNewRingingConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);
H A DPhoneBase.java134 protected final RegistrantList mNewRingingConnectionRegistrants field in class:PhoneBase
337 mNewRingingConnectionRegistrants.addUnique(h, what, obj);
342 mNewRingingConnectionRegistrants.remove(h);
995 mNewRingingConnectionRegistrants.notifyRegistrants(ar);

Completed in 86 milliseconds