Searched refs:mPreciseCallStateRegistrants (Results 1 – 2 of 2) sorted by relevance
124 protected final RegistrantList mPreciseCallStateRegistrants field in CallManager1193 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()1202 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()2081 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
388 private final RegistrantList mPreciseCallStateRegistrants = new RegistrantList(); field in Phone913 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()922 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()931 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()1045 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants); in migrateFrom()