Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java184 protected final RegistrantList mServiceStateChangedRegistrants field in CallManager
1387 mServiceStateChangedRegistrants.addUnique(h, what, obj); in registerForServiceStateChanged()
1395 mServiceStateChangedRegistrants.remove(h); in unregisterForServiceStateChanged()
2149 mServiceStateChangedRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DServiceStateTracker.java219 private RegistrantList mServiceStateChangedRegistrants = new RegistrantList(); field in ServiceStateTracker
1698 mServiceStateChangedRegistrants.notifyRegistrants(); in handleMessage()
3648 mServiceStateChangedRegistrants.notifyRegistrants(); in pollStateDone()
4963 mServiceStateChangedRegistrants.addUnique(h, what, userobj); in registerForServiceStateChanged()
4972 mServiceStateChangedRegistrants.remove(h); in unregisterForServiceStateChanged()