Merge "Keep most recently connection network flag" into rvc-dev am: 0ccefbe94b am: 22db1b3c9d am: 67187462b3
Change-Id: I454414449666134c8bd39dec455062d6a754b9b5
This commit is contained in:
@@ -2356,6 +2356,8 @@ public class WifiConfiguration implements Parcelable {
|
|||||||
sbuf.append(" lcuid=" + lastConnectUid);
|
sbuf.append(" lcuid=" + lastConnectUid);
|
||||||
sbuf.append(" allowAutojoin=" + allowAutojoin);
|
sbuf.append(" allowAutojoin=" + allowAutojoin);
|
||||||
sbuf.append(" noInternetAccessExpected=" + noInternetAccessExpected);
|
sbuf.append(" noInternetAccessExpected=" + noInternetAccessExpected);
|
||||||
|
sbuf.append(" mostRecentlyConnected=" + isMostRecentlyConnected);
|
||||||
|
|
||||||
sbuf.append(" ");
|
sbuf.append(" ");
|
||||||
|
|
||||||
if (this.lastConnected != 0) {
|
if (this.lastConnected != 0) {
|
||||||
@@ -2964,4 +2966,11 @@ public class WifiConfiguration implements Parcelable {
|
|||||||
return mPasspointUniqueId;
|
return mPasspointUniqueId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If network is one of the most recently connected.
|
||||||
|
* For framework internal use only. Do not parcel.
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public boolean isMostRecentlyConnected = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user