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.java158 protected final RegistrantList mDisplayInfoRegistrants field in CallManager
1525 mDisplayInfoRegistrants.addUnique(h, what, obj); in registerForDisplayInfo()
1535 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
2133 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DBaseCommands.java64 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in BaseCommands
619 mDisplayInfoRegistrants.add(r); in registerForDisplayInfo()
624 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
DRIL.java5195 if (mDisplayInfoRegistrants != null) { in notifyRegistrantsCdmaInfoRec()
5197 mDisplayInfoRegistrants.notifyRegistrants( in notifyRegistrantsCdmaInfoRec()