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.java111 protected final RegistrantList mPreciseCallStateRegistrants field in PhoneMock
201 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
205 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
210 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java120 protected final RegistrantList mPreciseCallStateRegistrants field in CallManager
1338 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
1346 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
2260 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DPhone.java308 private final RegistrantList mPreciseCallStateRegistrants field in Phone
815 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
823 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
832 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
866 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants); in migrateFrom()