blob: e59d801532588187d576195dd820bc7246be6e78 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface FrontendDvbtStandard {
public static final byte UNDEFINED = 0;
public static final byte AUTO = 1;
public static final byte T = 2;
public static final byte T2 = 4;
}