Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -42382,6 +42382,7 @@ package android.telephony { field public static final int CONNECTION_UNKNOWN = 2147483647; // 0x7fffffff field public static final android.os.Parcelable.Creator<android.telephony.CellInfo> CREATOR; field public static final int UNAVAILABLE = 2147483647; // 0x7fffffff field public static final long UNAVAILABLE_LONG = 9223372036854775807L; // 0x7fffffffffffffffL } public final class CellInfoCdma extends android.telephony.CellInfo implements android.os.Parcelable { telephony/java/android/telephony/CellIdentityNr.java +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ public final class CellIdentityNr extends CellIdentity { /** * Get the NR Cell Identity. * * @return The NR Cell Identity in range [0, 68719476735] or Long.MAX_VALUE if unknown. * @return The 36-bit NR Cell Identity in range [0, 68719476735] or * {@link CellInfo#UNAVAILABLE_LONG} if unknown. */ public long getNci() { return mNci; Loading telephony/java/android/telephony/CellInfo.java +5 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ public abstract class CellInfo implements Parcelable { */ public static final int UNAVAILABLE = Integer.MAX_VALUE; /** * This value indicates that the long field is unreported. */ public static final long UNAVAILABLE_LONG = Long.MAX_VALUE; /** * Cell identity type * @hide Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -42382,6 +42382,7 @@ package android.telephony { field public static final int CONNECTION_UNKNOWN = 2147483647; // 0x7fffffff field public static final android.os.Parcelable.Creator<android.telephony.CellInfo> CREATOR; field public static final int UNAVAILABLE = 2147483647; // 0x7fffffff field public static final long UNAVAILABLE_LONG = 9223372036854775807L; // 0x7fffffffffffffffL } public final class CellInfoCdma extends android.telephony.CellInfo implements android.os.Parcelable {
telephony/java/android/telephony/CellIdentityNr.java +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ public final class CellIdentityNr extends CellIdentity { /** * Get the NR Cell Identity. * * @return The NR Cell Identity in range [0, 68719476735] or Long.MAX_VALUE if unknown. * @return The 36-bit NR Cell Identity in range [0, 68719476735] or * {@link CellInfo#UNAVAILABLE_LONG} if unknown. */ public long getNci() { return mNci; Loading
telephony/java/android/telephony/CellInfo.java +5 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ public abstract class CellInfo implements Parcelable { */ public static final int UNAVAILABLE = Integer.MAX_VALUE; /** * This value indicates that the long field is unreported. */ public static final long UNAVAILABLE_LONG = Long.MAX_VALUE; /** * Cell identity type * @hide Loading