Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/
DGetDeviceCheckInStatusGrpcResponseWrapper.java96 Timestamp nextCheckInTime = mNextStep.getNextCheckInInformation().getNextCheckinTimestamp(); in getNextCheckInTime() local
97 return Instant.ofEpochSecond(nextCheckInTime.getSeconds(), nextCheckInTime.getNanos()); in getNextCheckInTime()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/worker/
DDeviceCheckInHelperTest.java322 private static GetDeviceCheckInStatusGrpcResponse createRetryResponse(Instant nextCheckInTime) { in createRetryResponse() argument
323 return createMockResponse(RETRY_CHECK_IN, nextCheckInTime, /* config= */ null); in createRetryResponse()
333 @Nullable Instant nextCheckInTime, @Nullable ProvisioningConfiguration config) { in createMockResponse() argument
338 if (nextCheckInTime != null) { in createMockResponse()
339 when(response.getNextCheckInTime()).thenReturn(nextCheckInTime); in createMockResponse()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/
DUserParameters.java119 @CurrentTimeMillisLong long nextCheckInTime) { in setNextCheckInTimeMillis() argument
121 nextCheckInTime).apply(); in setNextCheckInTimeMillis()