Searched refs:mPreciseCallStateRegistrants (Results 1 – 2 of 2) sorted by relevance
122 protected final RegistrantList mPreciseCallStateRegistrants field in CallManager1194 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()1203 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()2084 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
369 private final RegistrantList mPreciseCallStateRegistrants = new RegistrantList(); field in Phone873 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()882 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()891 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()1005 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants); in migrateFrom()