Home
last modified time | relevance | path

Searched refs:mPreciseCallStateRegistrants (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java109 protected final RegistrantList mPreciseCallStateRegistrants field in PhoneMock
199 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
203 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
208 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java125 protected final RegistrantList mPreciseCallStateRegistrants field in CallManager
1197 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
1206 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
2087 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DPhone.java350 private final RegistrantList mPreciseCallStateRegistrants = new RegistrantList(); field in Phone
868 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()