Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DNotificationHelperBase.java78 public void showUserDisclaimerNotification(UserHandle user) {}; in showUserDisclaimerNotification() method in NotificationHelperBase
/packages/services/Car/service/src/com/android/car/admin/
DCarDevicePolicyService.java257 .showUserDisclaimerNotification(UserHandle.of(userId)); in showNewUserDisclaimer()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DCarDevicePolicyServiceTest.java219 verify(mNotificationHelper).showUserDisclaimerNotification(UserHandle.of(userId)); in testShowDisclaimerWhenIntentReceived()
DNotificationHelperTest.java128 mNotificationHelper.showUserDisclaimerNotification(UserHandle.of(userId)); in testShowUserDisclaimerNotification()
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java117 public void showUserDisclaimerNotification(UserHandle user) { in showUserDisclaimerNotification() method in NotificationHelper