Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java526 verify(mMockWatchdogPerfHandler).processUserNotificationIntent(eq(intent)); in testDisableAppBroadcast()
539 verify(mMockWatchdogPerfHandler).processUserNotificationIntent(eq(intent)); in testDisableAppBroadcastWithDisabledPackage()
552 verify(mMockWatchdogPerfHandler).processUserNotificationIntent(eq(intent)); in testLaunchAppSettingsBroadcast()
565 verify(mMockWatchdogPerfHandler).processUserNotificationIntent(eq(intent)); in testDismissUserNotificationBroadcast()
615 verify(mMockWatchdogPerfHandler).processUserNotificationIntent(intent); in testUserNotificationActionBroadcastsWithMissingNotificationId()
DWatchdogPerfHandlerUnitTest.java372 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDisablePackage()
393 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDisablePackageWithDisabledPackage()
410 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDisablePackageWithMissingNotificationId()
428 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDismissNotification()
445 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentDismissNotificationWithMissingNotificationId()
463 mWatchdogPerfHandler.processUserNotificationIntent(intent); in testProcessUserNotificationIntentLaunchAppSettings()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java152 mWatchdogPerfHandler.processUserNotificationIntent(intent);
DWatchdogPerfHandler.java1079 public void processUserNotificationIntent(Intent intent) { in processUserNotificationIntent() method in WatchdogPerfHandler