Merge "Fix the inconsistency of scan status." am: 41be35a1bd am: ac2d00a195
am: e30cfbea60
Change-Id: Iaff6653418289136e24b4a1c16ee4e607d30dca0
This commit is contained in:
@@ -35,10 +35,10 @@ import java.util.Objects;
|
||||
public final class NetworkScanResult implements Parcelable {
|
||||
|
||||
// Contains only part of the scan result and more are coming.
|
||||
public static final int SCAN_STATUS_PARTIAL = 0;
|
||||
public static final int SCAN_STATUS_PARTIAL = 1;
|
||||
|
||||
// Contains the last part of the scan result and the scan is now complete.
|
||||
public static final int SCAN_STATUS_COMPLETE = 1;
|
||||
public static final int SCAN_STATUS_COMPLETE = 2;
|
||||
|
||||
// The status of the scan, only valid when scanError = SUCCESS.
|
||||
public int scanStatus;
|
||||
|
||||
Reference in New Issue
Block a user