Searched refs:sendDeviceResetNotification (Results 1 – 2 of 2) sorted by relevance
109 sendDeviceResetNotification(context, /* days= */ 1, /* ongoing= */ true); in sendDeviceResetInOneDayOngoingNotification()119 public void sendDeviceResetNotification(Context context, int days) { in sendDeviceResetNotification() method in DeviceLockNotificationManager120 sendDeviceResetNotification(context, days, /* ongoing= */ false); in sendDeviceResetNotification()190 private void sendDeviceResetNotification(Context context, int days, boolean ongoing) { in sendDeviceResetNotification() method in DeviceLockNotificationManager
230 .sendDeviceResetNotification(mContext, daysLeftUntilReset); in onNextProvisionStateReceived()