Home
last modified time | relevance | path

Searched refs:PRIVACY_REMINDER_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/
H A DNotificationHelperTest.java21 … static com.android.managedprovisioning.common.NotificationHelper.PRIVACY_REMINDER_NOTIFICATION_ID;
71 assertThat(notification.getId()).isEqualTo(PRIVACY_REMINDER_NOTIFICATION_ID); in showPrivacyReminderNotification_showsExpectedNotification()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DNotificationHelper.java47 static final int PRIVACY_REMINDER_NOTIFICATION_ID = 2; field in NotificationHelper
101 notificationManager.notify(PRIVACY_REMINDER_NOTIFICATION_ID, notify.build()); in showPrivacyReminderNotification()