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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java119 protected final RegistrantList mUnknownConnectionRegistrants field in class:CallManager
1069 mUnknownConnectionRegistrants.addUnique(h, what, obj);
1076 mUnknownConnectionRegistrants.remove(h);
1710 mUnknownConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);
H A DPhoneBase.java152 protected final RegistrantList mUnknownConnectionRegistrants field in class:PhoneBase
324 mUnknownConnectionRegistrants.addUnique(h, what, obj);
329 mUnknownConnectionRegistrants.remove(h);

Completed in 63 milliseconds