am ba7ee88c: am acf761eb: am fd62bcfd: Merge "Re-hide onPreCheck and unhide NET_CAPABILITY_VALIDATED." into mnc-dev

* commit 'ba7ee88cb78aee12e923a531f513d6d90965db7a':
  Re-hide onPreCheck and unhide NET_CAPABILITY_VALIDATED.
This commit is contained in:
Lorenzo Colitti
2015-06-23 18:22:49 +00:00
committed by Android Git Automerger
2 changed files with 2 additions and 1 deletions

View File

@@ -2110,6 +2110,8 @@ public class ConnectivityManager {
* can automatically log in to a captive portal without user intervention. * can automatically log in to a captive portal without user intervention.
* *
* @param network The {@link Network} of the network that is being evaluated. * @param network The {@link Network} of the network that is being evaluated.
*
* @hide
*/ */
public void onPreCheck(Network network) {} public void onPreCheck(Network network) {}

View File

@@ -173,7 +173,6 @@ public final class NetworkCapabilities implements Parcelable {
* Indicates that connectivity on this network was successfully validated. For example, for a * Indicates that connectivity on this network was successfully validated. For example, for a
* network with NET_CAPABILITY_INTERNET, it means that Internet connectivity was successfully * network with NET_CAPABILITY_INTERNET, it means that Internet connectivity was successfully
* detected. * detected.
* @hide
*/ */
public static final int NET_CAPABILITY_VALIDATED = 16; public static final int NET_CAPABILITY_VALIDATED = 16;