Searched refs:NEW_USER_DISCLAIMER_NOTIFICATION_ID (Results 1 – 3 of 3) sorted by relevance
23 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()
43 static final int NEW_USER_DISCLAIMER_NOTIFICATION_ID = 108; field in NotificationHelper
43 NotificationHelper.NEW_USER_DISCLAIMER_NOTIFICATION_ID;