Searched refs:STOP_CHECK_IN (Results 1 – 4 of 4) sorted by relevance
59 STOP_CHECK_IN,67 public static final int STOP_CHECK_IN = 3; field in DeviceLockConstants
22 import static com.android.devicelockcontroller.common.DeviceLockConstants.STOP_CHECK_IN;75 return STOP_CHECK_IN; in getDeviceCheckInStatus()
32 import static com.android.devicelockcontroller.common.DeviceLockConstants.STOP_CHECK_IN;186 case STOP_CHECK_IN: in handleGetDeviceCheckInStatusResponse()
29 import static com.android.devicelockcontroller.common.DeviceLockConstants.STOP_CHECK_IN;318 return createMockResponse(STOP_CHECK_IN, /* nextCheckInTime= */ null, /* config= */ null); in createStopResponse()