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.java123 protected final RegistrantList mServiceStateRegistrants field in PhoneMock
359 mServiceStateRegistrants.add(h, what, obj); in registerForServiceStateChanged()
364 mServiceStateRegistrants.remove(h); in unregisterForServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java280 private final RegistrantList mServiceStateRegistrants field in Phone
783 migrate(mServiceStateRegistrants, from.mServiceStateRegistrants); in migrateFrom()
1327 mServiceStateRegistrants.add(h, what, obj); in registerForServiceStateChanged()
1335 mServiceStateRegistrants.remove(h); in unregisterForServiceStateChanged()
1404 mServiceStateRegistrants.notifyRegistrants(ar); in notifyServiceStateChangedP()