Searched refs:mAutomaticallyMuted (Results 1 – 1 of 1) sorted by relevance
60 private boolean mAutomaticallyMuted = false; field in CallButtonPresenter173 if (getUi() != null && !mAutomaticallyMuted) { in onMute()252 mAutomaticallyMuted = true; in addCallClicked()429 if (mAutomaticallyMuted && in refreshMuteState()436 mAutomaticallyMuted = false; in refreshMuteState()442 outState.putBoolean(KEY_AUTOMATICALLY_MUTED, mAutomaticallyMuted); in onSaveInstanceState()448 mAutomaticallyMuted = in onRestoreInstanceState()449 savedInstanceState.getBoolean(KEY_AUTOMATICALLY_MUTED, mAutomaticallyMuted); in onRestoreInstanceState()