Searched defs:mDisplayInfoRegistrants (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DBaseCommands.java59 protected RegistrantList mDisplayInfoRegistrants = new RegistrantList(); field in class:BaseCommands
414 mDisplayInfoRegistrants.add(r);
418 mDisplayInfoRegistrants.remove(h);
H A DCallManager.java134 protected final RegistrantList mDisplayInfoRegistrants field in class:CallManager
1386 mDisplayInfoRegistrants.addUnique(h, what, obj);
1396 mDisplayInfoRegistrants.remove(h);
1767 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj);

Completed in 19 milliseconds