blob: 03657d5d3f1ba493fe86cb331a612ecbb8810345 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.security.metrics;
/**
* KeyOrigin enum as defined in RkpErrorStats of frameworks/proto_logging/stats/atoms.proto.
* @hide
*/
public @interface RkpError {
public static final int RKP_ERROR_UNSPECIFIED = 0;
/** The key pool is out of keys. */
public static final int OUT_OF_KEYS = 1;
/** Falling back to factory provisioned keys during hybrid mode. */
public static final int FALL_BACK_DURING_HYBRID = 2;
}