Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceLockNotificationManager.java68 public static final int DEVICE_RESET_NOTIFICATION_ID = 0; field in DeviceLockNotificationManager
158 DEVICE_RESET_NOTIFICATION_ID, notification); in sendDeviceResetTimerNotification()
206 DEVICE_RESET_NOTIFICATION_ID, notification); in sendDeviceResetNotification()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/worker/
DReportDeviceProvisionStateWorkerTest.java19 …android.devicelockcontroller.activities.DeviceLockNotificationManager.DEVICE_RESET_NOTIFICATION_ID;
229 assertThat(notif.getId()).isEqualTo(DEVICE_RESET_NOTIFICATION_ID); in doWork_deferred_dismissibleUiState_schedulesAlarmAndSendsNotification()
259 assertThat(notif.getId()).isEqualTo(DEVICE_RESET_NOTIFICATION_ID); in doWork_deferred_persistentUiState_schedulesAlarmAndSendsOngoingNotification()