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/
DCallManager.java157 protected final RegistrantList mDisplayInfoRegistrants field in CallManager
1521 mDisplayInfoRegistrants.addUnique(h, what, obj); in registerForDisplayInfo()
1531 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
2133 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DBaseCommands.java73 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in BaseCommands
634 mDisplayInfoRegistrants.addUnique(h, what, obj); in registerForDisplayInfo()
639 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
DRIL.java6587 if (mDisplayInfoRegistrants != null) { in notifyRegistrantsCdmaInfoRec()
6589 mDisplayInfoRegistrants.notifyRegistrants( in notifyRegistrantsCdmaInfoRec()