Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceLockNotificationManager.java109 sendDeviceResetNotification(context, /* days= */ 1, /* ongoing= */ true); in sendDeviceResetInOneDayOngoingNotification()
119 public void sendDeviceResetNotification(Context context, int days) { in sendDeviceResetNotification() method in DeviceLockNotificationManager
120 sendDeviceResetNotification(context, days, /* ongoing= */ false); in sendDeviceResetNotification()
190 private void sendDeviceResetNotification(Context context, int days, boolean ongoing) { in sendDeviceResetNotification() method in DeviceLockNotificationManager
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DReportDeviceProvisionStateWorker.java230 .sendDeviceResetNotification(mContext, daysLeftUntilReset); in onNextProvisionStateReceived()