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.java108 protected final RegistrantList mPreciseCallStateRegistrants field in PhoneMock
193 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
197 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
202 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java265 private final RegistrantList mPreciseCallStateRegistrants field in Phone
728 mPreciseCallStateRegistrants.addUnique(h, what, obj); in registerForPreciseCallStateChanged()
736 mPreciseCallStateRegistrants.remove(h); in unregisterForPreciseCallStateChanged()
745 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
779 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()
2255 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()