Searched refs:mTestNotificationPolicy (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | RankingHelperTest.java | 90 private NotificationManager.Policy mTestNotificationPolicy; field in RankingHelperTest 145 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in setUp() 147 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in setUp()
|
H A D | PreferencesHelperTest.java | 214 private NotificationManager.Policy mTestNotificationPolicy; field in PreferencesHelperTest 316 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in setUp() 318 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in setUp() 442 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in resetZenModeHelper() 2477 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in testBlockedGroupDoesNotBypassDnd() 2479 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in testBlockedGroupDoesNotBypassDnd() 2508 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in testBlockedAppsDoNotBypassDnd_localSettings() 2510 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in testBlockedAppsDoNotBypassDnd_localSettings() 2533 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in testBlockedAppsDoNotBypassDnd_permissionHelper() 2588 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in testSetupNewZenModeHelper_canBypass() [all …]
|