Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java53 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in BaseCommands
559 mDisplayInfoRegistrants.add(r); in registerForDisplayInfo()
564 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
DCallManager.java153 protected final RegistrantList mDisplayInfoRegistrants field in CallManager
1659 mDisplayInfoRegistrants.addUnique(h, what, obj); in registerForDisplayInfo()
1669 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
2302 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DRIL.java4237 if (mDisplayInfoRegistrants != null) { in notifyRegistrantsCdmaInfoRec()
4239 mDisplayInfoRegistrants.notifyRegistrants( in notifyRegistrantsCdmaInfoRec()