Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationUtils.java19 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL;
86 NOTIFICATION_NEW_INTERRUPTION_MODEL, 1) != 0; in useNewInterruptionModel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java20 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL;
164 NOTIFICATION_NEW_INTERRUPTION_MODEL, 1); in testShowSilentNotifications_settingSaysShow() local
177 NOTIFICATION_NEW_INTERRUPTION_MODEL, 1); in testShowSilentNotifications_settingSaysHide() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java16 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL;
136 NOTIFICATION_NEW_INTERRUPTION_MODEL, 0); in setUp()
138 NOTIFICATION_NEW_INTERRUPTION_MODEL, 1); in setUp() local
203 NOTIFICATION_NEW_INTERRUPTION_MODEL, mOriginalInterruptionModelSetting); in tearDown() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java17 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL;
72 NOTIFICATION_NEW_INTERRUPTION_MODEL, 0); in tearDown() local
DNotificationInfoTest.java25 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL;
169 NOTIFICATION_NEW_INTERRUPTION_MODEL, 1); in setUp() local
175 NOTIFICATION_NEW_INTERRUPTION_MODEL, 0); in tearDown() local
/frameworks/base/core/java/android/provider/
DSettings.java8922 public static final String NOTIFICATION_NEW_INTERRUPTION_MODEL = "new_interruption_model"; field in Settings.Secure
9131 NOTIFICATION_NEW_INTERRUPTION_MODEL,
9320 VALIDATORS.put(NOTIFICATION_NEW_INTERRUPTION_MODEL, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument