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/
DPhone.java293 private final RegistrantList mPreciseCallStateRegistrants field in Phone
770 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
778 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
787 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
821 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants); in migrateFrom()
DCallManager.java120 protected final RegistrantList mPreciseCallStateRegistrants field in CallManager
1334 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
1342 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
2256 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()