Merge "Make ScanResult final." into rvc-dev am: b99ba10bec am: 35d84d4e27 am: bb72743e24
Change-Id: Id50ac82c3668648fd9809839788e1c37ab782667
This commit is contained in:
@@ -31110,7 +31110,7 @@ package android.net.wifi {
|
||||
field public static final int EASY_CONNECT_EVENT_FAILURE_TIMEOUT = -6; // 0xfffffffa
|
||||
}
|
||||
|
||||
public class ScanResult implements android.os.Parcelable {
|
||||
public final class ScanResult implements android.os.Parcelable {
|
||||
ctor public ScanResult(@NonNull android.net.wifi.ScanResult);
|
||||
ctor public ScanResult();
|
||||
method public int describeContents();
|
||||
|
||||
@@ -7066,7 +7066,7 @@ package android.net.wifi {
|
||||
field @Deprecated public byte id;
|
||||
}
|
||||
|
||||
public class ScanResult implements android.os.Parcelable {
|
||||
public final class ScanResult implements android.os.Parcelable {
|
||||
field public static final int CIPHER_CCMP = 3; // 0x3
|
||||
field public static final int CIPHER_GCMP_256 = 4; // 0x4
|
||||
field public static final int CIPHER_NONE = 0; // 0x0
|
||||
|
||||
@@ -136,7 +136,7 @@ package android.net.wifi {
|
||||
field public boolean truncated;
|
||||
}
|
||||
|
||||
public class ScanResult implements android.os.Parcelable {
|
||||
public final class ScanResult implements android.os.Parcelable {
|
||||
field public boolean untrusted;
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ package android.net.wifi {
|
||||
field public static final int EASY_CONNECT_EVENT_FAILURE_TIMEOUT = -6; // 0xfffffffa
|
||||
}
|
||||
|
||||
public class ScanResult implements android.os.Parcelable {
|
||||
public final class ScanResult implements android.os.Parcelable {
|
||||
ctor public ScanResult(@NonNull android.net.wifi.ScanResult);
|
||||
ctor public ScanResult();
|
||||
method public int describeContents();
|
||||
|
||||
@@ -208,7 +208,7 @@ package android.net.wifi {
|
||||
field @Deprecated public byte id;
|
||||
}
|
||||
|
||||
public class ScanResult implements android.os.Parcelable {
|
||||
public final class ScanResult implements android.os.Parcelable {
|
||||
field public static final int CIPHER_CCMP = 3; // 0x3
|
||||
field public static final int CIPHER_GCMP_256 = 4; // 0x4
|
||||
field public static final int CIPHER_NONE = 0; // 0x0
|
||||
|
||||
@@ -8,7 +8,7 @@ package android.net.wifi {
|
||||
field public boolean truncated;
|
||||
}
|
||||
|
||||
public class ScanResult implements android.os.Parcelable {
|
||||
public final class ScanResult implements android.os.Parcelable {
|
||||
field public boolean untrusted;
|
||||
}
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ import java.util.Objects;
|
||||
* {@code quality}, {@code noise}, and {@code maxbitrate} attributes,
|
||||
* but does not currently report them to external clients.
|
||||
*/
|
||||
public class ScanResult implements Parcelable {
|
||||
public final class ScanResult implements Parcelable {
|
||||
/**
|
||||
* The network name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user