blob: 5466e5963f74b47439679e1f4bfeaea1fbadeb1d [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface FrontendDvbtPlpMode {
public static final int UNDEFINED = 0;
public static final int AUTO = 1;
public static final int MANUAL = 2;
}