Home
last modified time | relevance | path

Searched refs:DeviceLockNotificationManager (Results 1 – 3 of 3) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DReportDeviceProvisionStateWorker.java39 import com.android.devicelockcontroller.activities.DeviceLockNotificationManager;
169 DeviceLockNotificationManager.sendDeviceResetNotification(mContext,
174 DeviceLockNotificationManager.sendDeviceResetInOneDayOngoingNotification(mContext);
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceLockNotificationManager.java47 public final class DeviceLockNotificationManager { class
DProvisionInfoFragment.java215 DeviceLockNotificationManager.sendDeferredEnrollmentNotification(requireContext(), in createNotificationAndCloseActivity()