Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DNotificationHelperBase.java102 public void cancelNotificationAsUser(UserHandle user, int notificationId) {}; in cancelNotificationAsUser() method in NotificationHelperBase
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java108 public void cancelNotificationAsUser(UserHandle user, int notificationId) { in cancelNotificationAsUser() method in NotificationHelper
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DNotificationHelperTest.java119 mNotificationHelper.cancelNotificationAsUser(userHandle, /* notificationId= */ 150); in testCancelNotificationAsUser()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java376 verify(mMockNotificationHelper).cancelNotificationAsUser(eq(userHandle), in testProcessUserNotificationIntentDisablePackage()
397 verify(mMockNotificationHelper).cancelNotificationAsUser(eq(userHandle), in testProcessUserNotificationIntentDisablePackageWithDisabledPackage()
414 verify(mMockNotificationHelper, never()).cancelNotificationAsUser(any(), anyInt()); in testProcessUserNotificationIntentDisablePackageWithMissingNotificationId()
432 verify(mMockNotificationHelper).cancelNotificationAsUser(eq(userHandle), in testProcessUserNotificationIntentDismissNotification()
449 verify(mMockNotificationHelper, never()).cancelNotificationAsUser(any(), anyInt()); in testProcessUserNotificationIntentDismissNotificationWithMissingNotificationId()
479 verify(mMockNotificationHelper).cancelNotificationAsUser(eq(userHandle), in testProcessUserNotificationIntentLaunchAppSettings()
DCarWatchdogServiceUnitTest.java582 verify(mMockNotificationHelper, never()).cancelNotificationAsUser(any(), anyInt()); in testUserNotificationActionBroadcastsWithNullPackageName()
600 verify(mMockNotificationHelper, never()).cancelNotificationAsUser(any(), anyInt()); in testUserNotificationActionBroadcastsWithInvalidUserId()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1141 cancelNotificationAsUser(notificationId, userHandle); in processUserNotificationIntent()
1978 private void cancelNotificationAsUser(int notificationId, UserHandle userHandle) { in cancelNotificationAsUser() method in WatchdogPerfHandler
1980 .cancelNotificationAsUser(userHandle, notificationId); in cancelNotificationAsUser()