Searched refs:processUserNotificationIntent (Results 1 – 4 of 4) sorted by relevance
526 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()
372 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()
152 mWatchdogPerfHandler.processUserNotificationIntent(intent);
1079 public void processUserNotificationIntent(Intent intent) { in processUserNotificationIntent() method in WatchdogPerfHandler