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.java155 protected final RegistrantList mDisplayInfoRegistrants field in CallManager
1522 mDisplayInfoRegistrants.addUnique(h, what, obj); in registerForDisplayInfo()
1532 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
2130 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DBaseCommands.java69 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in BaseCommands
618 mDisplayInfoRegistrants.addUnique(h, what, obj); in registerForDisplayInfo()
623 mDisplayInfoRegistrants.remove(h); in unregisterForDisplayInfo()
DRIL.java5944 if (mDisplayInfoRegistrants != null) { in notifyRegistrantsCdmaInfoRec()
5946 mDisplayInfoRegistrants.notifyRegistrants( in notifyRegistrantsCdmaInfoRec()