Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java220 private boolean mHideSilentStatusBarIcons = DEFAULT_HIDE_SILENT_STATUS_BAR_ICONS; field in PreferencesHelper
280 mHideSilentStatusBarIcons = parser.getAttributeBoolean(null, in readXml()
613 if (mHideSilentStatusBarIcons != DEFAULT_HIDE_SILENT_STATUS_BAR_ICONS) { in writeXml()
615 out.attributeBoolean(null, ATT_HIDE_SILENT, mHideSilentStatusBarIcons); in writeXml()
1437 return mHideSilentStatusBarIcons; in shouldHideSilentStatusIcons()
1441 mHideSilentStatusBarIcons = hide; in setHideSilentStatusIcons()