Searched refs:PRIVACY_REMINDER_NOTIFICATION_ID (Results 1 – 2 of 2) sorted by relevance
21 … static com.android.managedprovisioning.common.NotificationHelper.PRIVACY_REMINDER_NOTIFICATION_ID;71 assertThat(notification.getId()).isEqualTo(PRIVACY_REMINDER_NOTIFICATION_ID); in showPrivacyReminderNotification_showsExpectedNotification()
42 static final int PRIVACY_REMINDER_NOTIFICATION_ID = 2; field in NotificationHelper96 notificationManager.notify(PRIVACY_REMINDER_NOTIFICATION_ID, notify.build()); in showPrivacyReminderNotification()