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()
161 protected final RegistrantList mResendIncallMuteRegistrants field in CallManager1491 mResendIncallMuteRegistrants.addUnique(h, what, obj); in registerForResendIncallMute()1498 mResendIncallMuteRegistrants.remove(h); in unregisterForResendIncallMute()2350 mResendIncallMuteRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
3162 if (mResendIncallMuteRegistrants != null) { in processUnsolicited()3163 mResendIncallMuteRegistrants.notifyRegistrants( in processUnsolicited()