Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/
DNotificationHelperTest.java20 import static com.android.managedprovisioning.common.NotificationHelper.ENCRYPTION_NOTIFICATION_ID;
57 assertThat(notification.getId()).isEqualTo(ENCRYPTION_NOTIFICATION_ID); in showResumeNotification_showsExpectedNotification()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DNotificationHelper.java45 static final int ENCRYPTION_NOTIFICATION_ID = 1; field in NotificationHelper
79 notificationManager.notify(ENCRYPTION_NOTIFICATION_ID, notify.build()); in showResumeNotification()