Home
last modified time | relevance | path

Searched refs:captureAndVerifyUserNotifications (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java126 captureAndVerifyUserNotifications(expectedNotificationsById, userHandle); in testShowResourceOveruseNotificationsAsUser()
215 private void captureAndVerifyUserNotifications(
H A DCarWatchdogServiceUnitTest.java2367 captureAndVerifyUserNotifications(Collections.emptyList()); in testNoUserNotificationWithNoRecurrentOveruse()
2383 captureAndVerifyUserNotifications(Collections.emptyList()); in testNoUserNotificationOnRecurrentOveruseWithDistractionOptimization()
2400 captureAndVerifyUserNotifications(Collections.singletonList( in testUserNotificationOnRecurrentOveruseAfterNoDistractionOptimization()
2419 captureAndVerifyUserNotifications(Collections.singletonList( in testNoDuplicateUserNotificationOnRepeatedRecurrentOveruse()
2461 captureAndVerifyUserNotifications(userNotificationCalls); in testImmediateUserNotificationOnRecurrentOveruseWhenNoDistractionOptimization()
2486 captureAndVerifyUserNotifications(Collections.emptyList()); in testNoUserNotificationOnRecurrentOveruseByPrePrioritizedApp()
2511 captureAndVerifyUserNotifications(Collections.emptyList()); in testNoUserNotificationOnRecurrentOveruseByPostPrioritizedApp()
2538 captureAndVerifyUserNotifications(Collections.singletonList( in testUserNotificationOnRecurrentOveruseByPriorityResettedApp()
2568 captureAndVerifyUserNotifications(Collections.singletonList( in testUserNotificationOnHistoricalRecurrentOveruse()
2591 captureAndVerifyUserNotifications(Collections.singletonList( in testUserNotificationWithDisabledDisplay()
[all …]