Loading wifi/java/android/net/wifi/WifiConfiguration.java +9 −0 Original line number Diff line number Diff line Loading @@ -2356,6 +2356,8 @@ public class WifiConfiguration implements Parcelable { sbuf.append(" lcuid=" + lastConnectUid); sbuf.append(" allowAutojoin=" + allowAutojoin); sbuf.append(" noInternetAccessExpected=" + noInternetAccessExpected); sbuf.append(" mostRecentlyConnected=" + isMostRecentlyConnected); sbuf.append(" "); if (this.lastConnected != 0) { Loading Loading @@ -2964,4 +2966,11 @@ public class WifiConfiguration implements Parcelable { return mPasspointUniqueId; } /** * If network is one of the most recently connected. * For framework internal use only. Do not parcel. * @hide */ public boolean isMostRecentlyConnected = false; } Loading
wifi/java/android/net/wifi/WifiConfiguration.java +9 −0 Original line number Diff line number Diff line Loading @@ -2356,6 +2356,8 @@ public class WifiConfiguration implements Parcelable { sbuf.append(" lcuid=" + lastConnectUid); sbuf.append(" allowAutojoin=" + allowAutojoin); sbuf.append(" noInternetAccessExpected=" + noInternetAccessExpected); sbuf.append(" mostRecentlyConnected=" + isMostRecentlyConnected); sbuf.append(" "); if (this.lastConnected != 0) { Loading Loading @@ -2964,4 +2966,11 @@ public class WifiConfiguration implements Parcelable { return mPasspointUniqueId; } /** * If network is one of the most recently connected. * For framework internal use only. Do not parcel. * @hide */ public boolean isMostRecentlyConnected = false; }