Merge "API council feedback: hide and document." into nyc-dev am: dfe232c763

am: 19e2f49181

* commit '19e2f49181b209d790f551b374d6d24002de7c9b':
  API council feedback: hide and document.

Change-Id: I3715fc6e824f2a55517788299afe36145db597d7
This commit is contained in:
Jeff Sharkey
2016-05-25 20:54:18 +00:00
committed by android-build-merger
5 changed files with 3 additions and 3 deletions

View File

@@ -23727,7 +23727,6 @@ package android.net {
method public boolean isConnected();
method public boolean isConnectedOrConnecting();
method public boolean isFailover();
method public boolean isMetered();
method public boolean isRoaming();
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<android.net.NetworkInfo> CREATOR;

View File

@@ -25549,7 +25549,6 @@ package android.net {
method public boolean isConnected();
method public boolean isConnectedOrConnecting();
method public boolean isFailover();
method public boolean isMetered();
method public boolean isRoaming();
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<android.net.NetworkInfo> CREATOR;

View File

@@ -23797,7 +23797,6 @@ package android.net {
method public boolean isConnected();
method public boolean isConnectedOrConnecting();
method public boolean isFailover();
method public boolean isMetered();
method public boolean isRoaming();
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<android.net.NetworkInfo> CREATOR;

View File

@@ -1415,6 +1415,8 @@ public abstract class Context {
* this context. This is typically used to migrate data between storage
* locations after an upgrade, such as migrating to device protected
* storage.
* <p>
* The database must be closed before being moved.
*
* @param sourceContext The source context which contains the existing
* database to move.

View File

@@ -334,6 +334,7 @@ public class NetworkInfo implements Parcelable {
*
* @return {@code true} if large transfers should be avoided, otherwise
* {@code false}.
* @hide
*/
public boolean isMetered() {
synchronized (this) {