Loading wifi/java/android/net/wifi/WifiConfiguration.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -838,6 +838,10 @@ public class WifiConfiguration implements Parcelable { * Default value. Means not disabled * Default value. Means not disabled */ */ public static final int NETWORK_SELECTION_ENABLE = 0; public static final int NETWORK_SELECTION_ENABLE = 0; /** * The starting index for network selection disabled reasons */ public static final int NETWORK_SELECTION_DISABLED_STARTING_INDEX = 1; /** /** * @deprecated it is not used any more. * @deprecated it is not used any more. * This network is disabled because higher layer (>2) network is bad * This network is disabled because higher layer (>2) network is bad Loading Loading
wifi/java/android/net/wifi/WifiConfiguration.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -838,6 +838,10 @@ public class WifiConfiguration implements Parcelable { * Default value. Means not disabled * Default value. Means not disabled */ */ public static final int NETWORK_SELECTION_ENABLE = 0; public static final int NETWORK_SELECTION_ENABLE = 0; /** * The starting index for network selection disabled reasons */ public static final int NETWORK_SELECTION_DISABLED_STARTING_INDEX = 1; /** /** * @deprecated it is not used any more. * @deprecated it is not used any more. * This network is disabled because higher layer (>2) network is bad * This network is disabled because higher layer (>2) network is bad Loading