Searched refs:SHOW_ZEN_UPGRADE_NOTIFICATION (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | DndTile.java | 161 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/ |
D | SecureSettings.java | 134 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION,
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 746 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/ |
D | ZenModeHelperTest.java | 500 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/ |
D | SecureSettingsValidators.java | 193 VALIDATORS.put(Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6753 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/ |
D | SettingsProtoDumpUtil.java | 2551 Settings.Secure.SHOW_ZEN_UPGRADE_NOTIFICATION, in dumpProtoSecureSettingsLocked() 2552 SecureSettingsProto.Zen.SHOW_ZEN_UPGRADE_NOTIFICATION); in dumpProtoSecureSettingsLocked()
|