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.java126 protected final RegistrantList mServiceStateRegistrants field in PhoneMock
367 mServiceStateRegistrants.add(h, what, obj); in registerForServiceStateChanged()
372 mServiceStateRegistrants.remove(h); in unregisterForServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java323 private final RegistrantList mServiceStateRegistrants field in Phone
870 migrate(mServiceStateRegistrants, from.mServiceStateRegistrants); in migrateFrom()
1423 mServiceStateRegistrants.add(h, what, obj); in registerForServiceStateChanged()
1431 mServiceStateRegistrants.remove(h); in unregisterForServiceStateChanged()
1500 mServiceStateRegistrants.notifyRegistrants(ar); in notifyServiceStateChangedP()