Searched refs:mResendIncallMuteRegistrants (Results 1 – 3 of 3) sorted by relevance
64 protected RegistrantList mResendIncallMuteRegistrants = new RegistrantList(); field in BaseCommands681 mResendIncallMuteRegistrants.add(r); in registerForResendIncallMute()686 mResendIncallMuteRegistrants.remove(h); in unregisterForResendIncallMute()
162 protected final RegistrantList mResendIncallMuteRegistrants field in CallManager1454 mResendIncallMuteRegistrants.addUnique(h, what, obj); in registerForResendIncallMute()1461 mResendIncallMuteRegistrants.remove(h); in unregisterForResendIncallMute()2313 mResendIncallMuteRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
3388 if (mResendIncallMuteRegistrants != null) { in processUnsolicited()3389 mResendIncallMuteRegistrants.notifyRegistrants( in processUnsolicited()