Searched refs:NOTIFICATION_NEW_INTERRUPTION_MODEL (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationUtils.java | 19 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/ |
D | NotificationLockscreenUserManagerTest.java | 20 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/ |
D | NotificationStackScrollLayoutTest.java | 16 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL; 130 NOTIFICATION_NEW_INTERRUPTION_MODEL, 0); in setUp() 132 NOTIFICATION_NEW_INTERRUPTION_MODEL, 1); in setUp() local 191 NOTIFICATION_NEW_INTERRUPTION_MODEL, mOriginalInterruptionModelSetting); in tearDown() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationComparator.java | 61 Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL, 1) == 1) { in compare()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationMenuRowTest.java | 17 import static android.provider.Settings.Secure.NOTIFICATION_NEW_INTERRUPTION_MODEL; 72 NOTIFICATION_NEW_INTERRUPTION_MODEL, 0); in tearDown() local
|
D | NotificationInfoTest.java | 25 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/ |
D | Settings.java | 8793 public static final String NOTIFICATION_NEW_INTERRUPTION_MODEL = "new_interruption_model"; field in Settings.Secure 8990 NOTIFICATION_NEW_INTERRUPTION_MODEL, 9176 VALIDATORS.put(NOTIFICATION_NEW_INTERRUPTION_MODEL, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|