Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java137 private TextView mAutoTitle; field in ZenModePanel
213 mAutoTitle = mAutoRule.findViewById(android.R.id.title); in onFinishInflate()
225 mAutoTitle.post(() -> mAutoTitle.setText(text)); in setAutoText()