Searched refs:mPreciseCallStateRegistrants (Results 1 – 3 of 3) sorted by relevance
109 protected final RegistrantList mPreciseCallStateRegistrants field in PhoneMock199 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()203 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()208 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
125 protected final RegistrantList mPreciseCallStateRegistrants field in CallManager1197 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()1206 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()2087 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
350 private final RegistrantList mPreciseCallStateRegistrants = new RegistrantList(); field in Phone868 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()877 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()886 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()976 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants); in migrateFrom()