blob: 10d8a2df75e14339ce4a3d116986e834f8d1822f [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface LnbPosition {
public static final int UNDEFINED = 0;
public static final int POSITION_A = 1;
public static final int POSITION_B = 2;
}