Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java57 protected RegistrantList mSignalInfoRegistrants = new RegistrantList(); field in BaseCommands
582 mSignalInfoRegistrants.add(r); in registerForSignalInfo()
598 mSignalInfoRegistrants.remove(h); in unregisterForSignalInfo()
DCallManager.java155 protected final RegistrantList mSignalInfoRegistrants field in CallManager
1672 mSignalInfoRegistrants.addUnique(h, what, obj); in registerForSignalInfo()
1682 mSignalInfoRegistrants.remove(h); in unregisterForSignalInfo()
2342 mSignalInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DRIL.java3885 if (mSignalInfoRegistrants != null) { in notifyRegistrantsCdmaInfoRec()
3887 mSignalInfoRegistrants.notifyRegistrants( in notifyRegistrantsCdmaInfoRec()