Searched refs:DeviceLockControllerSchedulerImpl (Results 1 – 4 of 4) sorted by relevance
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/debug/ |
D | DeviceLockCommandReceiver.java | 27 import static com.android.devicelockcontroller.schedule.DeviceLockControllerSchedulerImpl.PROVISION… 28 import static com.android.devicelockcontroller.schedule.DeviceLockControllerSchedulerImpl.PROVISION… 62 import com.android.devicelockcontroller.schedule.DeviceLockControllerSchedulerImpl; 213 DeviceLockControllerSchedulerImpl.dumpDebugScheduler(context); in onReceive() 271 DeviceLockControllerSchedulerImpl.setDebugProvisionPausedMinutes(context, in setUpDebugScheduler() 275 DeviceLockControllerSchedulerImpl.setDebugReportIntervalMinutes(context, in setUpDebugScheduler() 280 DeviceLockControllerSchedulerImpl.setDebugResetDeviceMinutes(context, in setUpDebugScheduler() 285 DeviceLockControllerSchedulerImpl.setDebugMandatoryResetDeviceMinutes(context, in setUpDebugScheduler() 441 DeviceLockControllerSchedulerImpl.clear(context);
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/schedule/ |
D | DeviceLockControllerSchedulerImplTest.java | 26 import static com.android.devicelockcontroller.schedule.DeviceLockControllerSchedulerImpl.DEVICE_CH… 69 DeviceLockControllerSchedulerImpl.PROVISION_PAUSED_MINUTES_DEFAULT); 79 DeviceLockControllerSchedulerImpl.PROVISION_STATE_REPORT_INTERVAL_DEFAULT_MINUTES); 88 DeviceLockControllerSchedulerImpl mScheduler; 94 mScheduler = new DeviceLockControllerSchedulerImpl(mTestApp, TEST_CLOCK, in setUp()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/ |
D | DeviceLockControllerApplication.java | 40 import com.android.devicelockcontroller.schedule.DeviceLockControllerSchedulerImpl; 166 mDeviceLockControllerScheduler = new DeviceLockControllerSchedulerImpl(this, in getDeviceLockControllerScheduler()
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/schedule/ |
D | DeviceLockControllerSchedulerImpl.java | 85 public final class DeviceLockControllerSchedulerImpl implements DeviceLockControllerScheduler { class 169 public DeviceLockControllerSchedulerImpl(Context context, in DeviceLockControllerSchedulerImpl() method in DeviceLockControllerSchedulerImpl 175 DeviceLockControllerSchedulerImpl(Context context, Clock clock, in DeviceLockControllerSchedulerImpl() method in DeviceLockControllerSchedulerImpl
|