Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java379 private final RegistrantList mServiceStateRegistrants = new RegistrantList(); field in Phone
1009 migrate(mServiceStateRegistrants, from.mServiceStateRegistrants); in migrateFrom()
1588 mServiceStateRegistrants.add(h, what, obj); in registerForServiceStateChanged()
1597 mServiceStateRegistrants.remove(h); in unregisterForServiceStateChanged()
1686 mServiceStateRegistrants.notifyRegistrants(ar); in notifyServiceStateChangedP()