Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/common/
DDeviceLockConstants.java56 STATUS_UNSPECIFIED,
64 public static final int STATUS_UNSPECIFIED = 0; field in DeviceLockConstants
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/
DGetDeviceCheckInStatusGrpcResponseWrapper.java21 import static com.android.devicelockcontroller.common.DeviceLockConstants.STATUS_UNSPECIFIED;
81 return STATUS_UNSPECIFIED; in getDeviceCheckInStatus()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/worker/
DDeviceCheckInHelper.java31 import static com.android.devicelockcontroller.common.DeviceLockConstants.STATUS_UNSPECIFIED;
204 case STATUS_UNSPECIFIED: in handleGetDeviceCheckInStatusResponse()