Home
last modified time | relevance | path

Searched refs:NEW_USER_DISCLAIMER_NOTIFICATION_ID (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
H A DNewUserDisclaimerActivityTest.java23 import static com.android.car.admin.NotificationHelper.NEW_USER_DISCLAIMER_NOTIFICATION_ID;
131 verify(mNotificationManager).notify(eq(NEW_USER_DISCLAIMER_NOTIFICATION_ID), in testShowNotification()
148 verify(mNotificationManager).cancel(NEW_USER_DISCLAIMER_NOTIFICATION_ID); in testCancelNotification()
/aosp12/packages/services/Car/service/src/com/android/car/admin/
H A DNotificationHelper.java43 static final int NEW_USER_DISCLAIMER_NOTIFICATION_ID = 108; field in NotificationHelper
H A DNewUserDisclaimerActivity.java43 NotificationHelper.NEW_USER_DISCLAIMER_NOTIFICATION_ID;