Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java315 String zenDescription = null; in updateVolumeZen() local
325 zenDescription = mContext.getString(R.string.quick_settings_dnd_label); in updateVolumeZen()
329 zenDescription = mContext.getString(R.string.interruption_level_none); in updateVolumeZen()
333 zenDescription = mContext.getString(R.string.interruption_level_priority); in updateVolumeZen()
349 mIconController.setIcon(mSlotZen, zenIconId, zenDescription); in updateVolumeZen()