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.java55 protected RegistrantList mSignalInfoRegistrants = new RegistrantList(); field in BaseCommands
597 mSignalInfoRegistrants.add(r); in registerForSignalInfo()
613 mSignalInfoRegistrants.remove(h); in unregisterForSignalInfo()
DCallManager.java156 protected final RegistrantList mSignalInfoRegistrants field in CallManager
1640 mSignalInfoRegistrants.addUnique(h, what, obj); in registerForSignalInfo()
1650 mSignalInfoRegistrants.remove(h); in unregisterForSignalInfo()
2310 mSignalInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DRIL.java4590 if (mSignalInfoRegistrants != null) { in notifyRegistrantsCdmaInfoRec()
4592 mSignalInfoRegistrants.notifyRegistrants( in notifyRegistrantsCdmaInfoRec()