Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DNotificationHelperBase.java83 public void cancelUserDisclaimerNotification(UserHandle user) {}; in cancelUserDisclaimerNotification() method in NotificationHelperBase
/packages/services/Car/service/src/com/android/car/admin/
DCarDevicePolicyService.java237 .cancelUserDisclaimerNotification(user); in setUserDisclaimerAcknowledged()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DCarDevicePolicyServiceTest.java239 verify(mNotificationHelper).cancelUserDisclaimerNotification(UserHandle.of(userId)); in testSetUserDisclaimerAcknowledged()
DNotificationHelperTest.java148 mNotificationHelper.cancelUserDisclaimerNotification(user); in testCancelUserDisclaimerNotification()
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java144 public void cancelUserDisclaimerNotification(UserHandle user) { in cancelUserDisclaimerNotification() method in NotificationHelper