blob: 64e880af2d0e27e2b9f8ae5170a469d93e0d842d [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface FrontendEventType {
public static final int LOCKED = 0;
public static final int NO_SIGNAL = 1;
public static final int LOST_LOCK = 2;
}