Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java141 private TextView mAutoTitle; field in ZenModePanel
217 mAutoTitle = mAutoRule.findViewById(android.R.id.title); in onFinishInflate()
229 mAutoTitle.post(() -> mAutoTitle.setText(text)); in setAutoText()