Searched refs:mTestNotificationPolicy (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 96 private NotificationManager.Policy mTestNotificationPolicy; field in RankingHelperTest 155 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in setUp() 157 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in setUp()
|
D | PreferencesHelperTest.java | 220 private NotificationManager.Policy mTestNotificationPolicy; field in PreferencesHelperTest 339 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in setUp() 341 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in setUp() 475 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in resetZenModeHelper() 2671 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in testBlockedGroupDoesNotBypassDnd() 2673 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in testBlockedGroupDoesNotBypassDnd() 2698 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in testBlockedAppsDoNotBypassDnd_localSettings() 2700 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in testBlockedAppsDoNotBypassDnd_localSettings() 2720 mTestNotificationPolicy = new NotificationManager.Policy(0, 0, 0, 0, in testBlockedAppsDoNotBypassDnd_permissionHelper() 2722 when(mMockZenModeHelper.getNotificationPolicy()).thenReturn(mTestNotificationPolicy); in testBlockedAppsDoNotBypassDnd_permissionHelper() [all …]
|