Home
last modified time | relevance | path

Searched refs:mServiceStateRegistrants (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java124 protected final RegistrantList mServiceStateRegistrants field in PhoneMock
365 mServiceStateRegistrants.add(h, what, obj); in registerForServiceStateChanged()
370 mServiceStateRegistrants.remove(h); in unregisterForServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java360 private final RegistrantList mServiceStateRegistrants = new RegistrantList(); field in Phone
980 migrate(mServiceStateRegistrants, from.mServiceStateRegistrants); in migrateFrom()
1553 mServiceStateRegistrants.add(h, what, obj); in registerForServiceStateChanged()
1562 mServiceStateRegistrants.remove(h); in unregisterForServiceStateChanged()
1651 mServiceStateRegistrants.notifyRegistrants(ar); in notifyServiceStateChangedP()