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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java64 protected RegistrantList mResendIncallMuteRegistrants = new RegistrantList(); field in class:BaseCommands
682 mResendIncallMuteRegistrants.add(r);
687 mResendIncallMuteRegistrants.remove(h);
H A DCallManager.java161 protected final RegistrantList mResendIncallMuteRegistrants field in class:CallManager
1492 mResendIncallMuteRegistrants.addUnique(h, what, obj);
1499 mResendIncallMuteRegistrants.remove(h);
2351 mResendIncallMuteRegistrants.notifyRegistrants((AsyncResult) msg.obj);
H A DRIL.java3073 if (mResendIncallMuteRegistrants != null) {
3074 mResendIncallMuteRegistrants.notifyRegistrants(

Completed in 70 milliseconds