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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java56 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in class:BaseCommands
561 mDisplayInfoRegistrants.add(r);
566 mDisplayInfoRegistrants.remove(h);
H A DCallManager.java152 protected final RegistrantList mDisplayInfoRegistrants field in class:CallManager
1696 mDisplayInfoRegistrants.addUnique(h, what, obj);
1706 mDisplayInfoRegistrants.remove(h);
2339 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj);
H A DRIL.java3794 if (mDisplayInfoRegistrants != null) {
3796 mDisplayInfoRegistrants.notifyRegistrants(

Completed in 106 milliseconds