Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java98 private TextView mZenIntroductionMessage; field in ZenModePanel
170 mZenIntroductionMessage = (TextView) findViewById(R.id.zen_introduction_message); in onFinishInflate()
171 mSpTexts.add(mZenIntroductionMessage); in onFinishInflate()
449 mZenIntroductionMessage.setText(zenImportant ? R.string.zen_priority_introduction in updateWidgets()