Merge "Make ScanResult final." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b99ba10bec
@@ -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