Searched refs:ENCRYPTION_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.managedprovisioning.common.NotificationHelper.ENCRYPTION_NOTIFICATION_ID;57 assertThat(notification.getId()).isEqualTo(ENCRYPTION_NOTIFICATION_ID); in showResumeNotification_showsExpectedNotification()
45 static final int ENCRYPTION_NOTIFICATION_ID = 1; field in NotificationHelper79 notificationManager.notify(ENCRYPTION_NOTIFICATION_ID, notify.build()); in showResumeNotification()