Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -15849,7 +15849,7 @@ package android.os { field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf field public static final int JELLY_BEAN = 16; // 0x10 field public static final int JELLY_BEAN_MR1 = 17; // 0x11 field public static final int K = 10000; // 0x2710 field public static final int JELLY_BEAN_MR2 = 10000; // 0x2710 } public final class Bundle implements java.lang.Cloneable android.os.Parcelable { core/java/android/net/TrafficStats.java +12 −12 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -445,7 +445,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -461,7 +461,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -477,7 +477,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -488,7 +488,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxBytes(int) Loading @@ -499,7 +499,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxBytes(int) Loading @@ -510,7 +510,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxBytes(int) Loading @@ -521,7 +521,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxBytes(int) Loading @@ -532,7 +532,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxPackets(int) Loading @@ -543,7 +543,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxPackets(int) Loading @@ -554,7 +554,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxPackets(int) Loading @@ -565,7 +565,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxPackets(int) Loading core/java/android/os/Build.java +2 −2 Original line number Diff line number Diff line Loading @@ -433,9 +433,9 @@ public class Build { public static final int JELLY_BEAN_MR1 = 17; /** * Android X.X: "K". Just "K" * Android 4.X: Jelly Bean MR2, the revenge of the beans. */ public static final int K = CUR_DEVELOPMENT; public static final int JELLY_BEAN_MR2 = CUR_DEVELOPMENT; } /** The type of build, like "user" or "eng". */ Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -15849,7 +15849,7 @@ package android.os { field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf field public static final int JELLY_BEAN = 16; // 0x10 field public static final int JELLY_BEAN_MR1 = 17; // 0x11 field public static final int K = 10000; // 0x2710 field public static final int JELLY_BEAN_MR2 = 10000; // 0x2710 } public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
core/java/android/net/TrafficStats.java +12 −12 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -445,7 +445,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -461,7 +461,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -477,7 +477,7 @@ public class TrafficStats { * monotonically since device boot. Statistics are measured at the network * layer, so they include both TCP and UDP usage. * <p> * Before {@link android.os.Build.VERSION_CODES#K}, this may return * Before {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, this may return * {@link #UNSUPPORTED} on devices where statistics aren't available. * * @see android.os.Process#myUid() Loading @@ -488,7 +488,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxBytes(int) Loading @@ -499,7 +499,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxBytes(int) Loading @@ -510,7 +510,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxBytes(int) Loading @@ -521,7 +521,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxBytes(int) Loading @@ -532,7 +532,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxPackets(int) Loading @@ -543,7 +543,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxPackets(int) Loading @@ -554,7 +554,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidTxPackets(int) Loading @@ -565,7 +565,7 @@ public class TrafficStats { } /** * @deprecated Starting in {@link android.os.Build.VERSION_CODES#K}, * @deprecated Starting in {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, * transport layer statistics are no longer available, and will * always return {@link #UNSUPPORTED}. * @see #getUidRxPackets(int) Loading
core/java/android/os/Build.java +2 −2 Original line number Diff line number Diff line Loading @@ -433,9 +433,9 @@ public class Build { public static final int JELLY_BEAN_MR1 = 17; /** * Android X.X: "K". Just "K" * Android 4.X: Jelly Bean MR2, the revenge of the beans. */ public static final int K = CUR_DEVELOPMENT; public static final int JELLY_BEAN_MR2 = CUR_DEVELOPMENT; } /** The type of build, like "user" or "eng". */ Loading