blob: 90868be84ab3f9e07c1300631244c3e5ceb9c0c7 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.security.authorization;
/** @hide */
public @interface LockScreenEvent {
public static final int UNLOCK = 0;
public static final int LOCK = 1;
}