Searched refs:SHOW_NOTIFICATION_SNOOZE (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | SnoozeNotificationPreferenceControllerTest.java | 20 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE; 76 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in isChecked_settingIsOff_shouldReturnFalse() local 83 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, ON); in isChecked_settingIsOn_shouldReturnTrue() local 90 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, ON); in setChecked_setFalse_disablesSetting() local 94 SHOW_NOTIFICATION_SNOOZE, -1); in setChecked_setFalse_disablesSetting() 101 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in setChecked_setTrue_enablesSetting() local 105 SHOW_NOTIFICATION_SNOOZE, -1); in setChecked_setTrue_enablesSetting()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | SnoozeNotificationPreferenceController.java | 19 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE; 49 SHOW_NOTIFICATION_SNOOZE, OFF) == ON; in isChecked() 55 SHOW_NOTIFICATION_SNOOZE, isChecked ? ON : OFF); in setChecked()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationMenuRowTest.java | 18 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE; 103 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoAppOpsInSlowSwipe() local 116 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoSnoozeInSlowSwipe() local 129 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 1); in testSnoozeInSlowSwipe() local 142 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 1); in testSlowSwipe_newDismiss() local
|
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
H A D | SecureSettings.java | 135 Settings.Secure.SHOW_NOTIFICATION_SNOOZE,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationMenuRow.java | 19 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE; 263 SHOW_NOTIFICATION_SNOOZE, 0) == 1; in createMenuViews()
|
H A D | NotificationContentView.java | 1351 Settings.Secure.SHOW_NOTIFICATION_SNOOZE, 0) == 1; in applySnoozeAction()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 200 VALIDATORS.put(Secure.SHOW_NOTIFICATION_SNOOZE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 9074 public static final String SHOW_NOTIFICATION_SNOOZE = "show_notification_snooze"; field in Settings.Secure
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 5628 Settings.Secure.SHOW_NOTIFICATION_SNOOZE, 0) == 1; in isSnoozeSettingEnabled()
|