Home
last modified time | relevance | path

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

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