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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java134 protected final RegistrantList mUnknownConnectionRegistrants field in class:CallManager
1388 mUnknownConnectionRegistrants.addUnique(h, what, obj);
1395 mUnknownConnectionRegistrants.remove(h);
2312 mUnknownConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);
H A DPhoneBase.java305 protected final RegistrantList mUnknownConnectionRegistrants field in class:PhoneBase
726 migrate(mUnknownConnectionRegistrants, from.mUnknownConnectionRegistrants);
742 mUnknownConnectionRegistrants.addUnique(h, what, obj);
748 mUnknownConnectionRegistrants.remove(h);

Completed in 554 milliseconds