Home
last modified time | relevance | path

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

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