blob: f3b67886a330496cd4cdf6ef93c1a4c1af5afb3d [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.hardware.tv.tuner;
/** @hide */
public @interface FrontendScanType {
public static final int SCAN_UNDEFINED = 0;
public static final int SCAN_AUTO = 1;
public static final int SCAN_BLIND = 2;
}