Home
last modified time | relevance | path

Searched refs:mAutomaticallyMuted (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallButtonPresenter.java60 private boolean mAutomaticallyMuted = false; field in CallButtonPresenter
173 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()