Merge "API council feedback: hide and document." into nyc-dev
am: dfe232c763
* commit 'dfe232c7636d16379191442bdb2bac59d7a60f5c':
API council feedback: hide and document.
Change-Id: Icfcb4e2a9892ecc5dab61cb78598e48fa7714a26
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user