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.java56 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in BaseCommands
560 mDisplayInfoRegistrants.add(r); in registerForDisplayInfo()
565 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
DCallManager.java153 protected final RegistrantList mDisplayInfoRegistrants field in CallManager
1658 mDisplayInfoRegistrants.addUnique(h, what, obj); in registerForDisplayInfo()
1668 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
2301 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DRIL.java4111 if (mDisplayInfoRegistrants != null) { in notifyRegistrantsCdmaInfoRec()
4113 mDisplayInfoRegistrants.notifyRegistrants( in notifyRegistrantsCdmaInfoRec()