Loading api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -21216,7 +21216,6 @@ package android.net.wifi { field public static final int REASON_UNSPECIFIED = -1; // 0xffffffff field public static final deprecated int REPORT_EVENT_AFTER_BUFFER_FULL = 0; // 0x0 field public static final int REPORT_EVENT_AFTER_EACH_SCAN = 1; // 0x1 field public static final int REPORT_EVENT_CONTEXT_HUB = 8; // 0x8 field public static final int REPORT_EVENT_FULL_SCAN_RESULT = 2; // 0x2 field public static final int REPORT_EVENT_NO_BATCH = 4; // 0x4 field public static final int WIFI_BAND_24_GHZ = 1; // 0x1 wifi/java/android/net/wifi/WifiScanner.java +0 −4 Original line number Diff line number Diff line Loading @@ -155,10 +155,6 @@ public class WifiScanner { * Do not place scans in the chip's scan history buffer */ public static final int REPORT_EVENT_NO_BATCH = (1 << 2); /** * report full scan results and completion event to the context hub */ public static final int REPORT_EVENT_CONTEXT_HUB = (1 << 3); /** * scan configuration parameters to be sent to {@link #startBackgroundScan} Loading Loading
api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -21216,7 +21216,6 @@ package android.net.wifi { field public static final int REASON_UNSPECIFIED = -1; // 0xffffffff field public static final deprecated int REPORT_EVENT_AFTER_BUFFER_FULL = 0; // 0x0 field public static final int REPORT_EVENT_AFTER_EACH_SCAN = 1; // 0x1 field public static final int REPORT_EVENT_CONTEXT_HUB = 8; // 0x8 field public static final int REPORT_EVENT_FULL_SCAN_RESULT = 2; // 0x2 field public static final int REPORT_EVENT_NO_BATCH = 4; // 0x4 field public static final int WIFI_BAND_24_GHZ = 1; // 0x1
wifi/java/android/net/wifi/WifiScanner.java +0 −4 Original line number Diff line number Diff line Loading @@ -155,10 +155,6 @@ public class WifiScanner { * Do not place scans in the chip's scan history buffer */ public static final int REPORT_EVENT_NO_BATCH = (1 << 2); /** * report full scan results and completion event to the context hub */ public static final int REPORT_EVENT_CONTEXT_HUB = (1 << 3); /** * scan configuration parameters to be sent to {@link #startBackgroundScan} Loading