Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19e2f491 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

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

am: dfe232c7

* commit 'dfe232c7':
  API council feedback: hide and document.

Change-Id: Icfcb4e2a9892ecc5dab61cb78598e48fa7714a26
parents 6f84a27a dfe232c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;
+2 −0
Original line number Diff line number Diff line
@@ -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.
+1 −0
Original line number Diff line number Diff line
@@ -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) {