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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java52 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in class:BaseCommands
480 mDisplayInfoRegistrants.add(r);
485 mDisplayInfoRegistrants.remove(h);
H A DCallManager.java136 protected final RegistrantList mDisplayInfoRegistrants field in class:CallManager
1406 mDisplayInfoRegistrants.addUnique(h, what, obj);
1416 mDisplayInfoRegistrants.remove(h);
1787 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj);
H A DRIL.java3559 if (mDisplayInfoRegistrants != null) {
3561 mDisplayInfoRegistrants.notifyRegistrants(

Completed in 54 milliseconds