Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/
DUserParameters.java86 public static boolean needInitialCheckIn(Context context) { in needInitialCheckIn() method in UserParameters
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerSchedulerImpl.java354 return FluentFuture.from(Futures.submit(() -> UserParameters.needInitialCheckIn(mContext),
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerSchedulerImplTest.java335 () -> assertThat(UserParameters.needInitialCheckIn(mTestApp)).isTrue()); in maybeScheduleInitialCheckIn_needInitialCheckIn_enqueuesWorker()