Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java2401 new UserNotificationCall(UserHandle.of(100), in testUserNotificationOnRecurrentOveruseAfterNoDistractionOptimization()
2420 new UserNotificationCall(UserHandle.of(100), in testNoDuplicateUserNotificationOnRepeatedRecurrentOveruse()
2451 List<UserNotificationCall> userNotificationCalls = Arrays.asList( in testImmediateUserNotificationOnRecurrentOveruseWhenNoDistractionOptimization()
2452 new UserNotificationCall(UserHandle.of(100), in testImmediateUserNotificationOnRecurrentOveruseWhenNoDistractionOptimization()
2456 new UserNotificationCall(UserHandle.of(100), in testImmediateUserNotificationOnRecurrentOveruseWhenNoDistractionOptimization()
2539 new UserNotificationCall(UserHandle.of(100), in testUserNotificationOnRecurrentOveruseByPriorityResettedApp()
2569 new UserNotificationCall(UserHandle.of(100), in testUserNotificationOnHistoricalRecurrentOveruse()
2592 new UserNotificationCall(UserHandle.of(100), in testUserNotificationWithDisabledDisplay()
4027 List<UserNotificationCall> expectedUserNotificationCalls) { in captureAndVerifyUserNotifications()
4043 UserNotificationCall expectedUserNotificationCall = in captureAndVerifyUserNotifications()
[all …]