Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DDndTile.java161 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 0) != 0 in showDetail()
167 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 0); in showDetail()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java134 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION,
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java746 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 1, userId); in readXml()
1405 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 0) != 0 in showZenUpgradeNotification()
1411 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 0); in showZenUpgradeNotification()
1418 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 0); in showZenUpgradeNotification()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java500 Settings.Secure.putInt(mContentResolver, Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 1); in testZenUpgradeNotification()
510 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, -1)); in testZenUpgradeNotification()
516 Settings.Secure.putInt(mContentResolver, Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 0); in testNoZenUpgradeNotification()
529 Settings.Secure.putInt(mContentResolver, Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, 0); in testNoZenUpgradeNotificationZenUpdated()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java193 VALIDATORS.put(Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/core/java/android/provider/
DSettings.java6753 public static final String SHOW_ZEN_UPGRADE_NOTIFICATION = "show_zen_upgrade_notification"; field in Settings.Secure
13388 MOVED_TO_SECURE.add(Global.SHOW_ZEN_UPGRADE_NOTIFICATION);
14165 public static final String SHOW_ZEN_UPGRADE_NOTIFICATION = "show_zen_upgrade_notification"; field in Settings.Global
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java2551 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, in dumpProtoSecureSettingsLocked()
2552 SecureSettingsProto.Zen.SHOW_ZEN_UPGRADE_NOTIFICATION); in dumpProtoSecureSettingsLocked()