CellIdentityCdma


class CellIdentityCdma : CellIdentity
kotlin.Any
   ↳ android.telephony.CellIdentity
   ↳ android.telephony.CellIdentityCdma

CellIdentity is to represent a unique CDMA cell

Summary

Inherited constants
Public methods
Boolean
equals(other: Any?)

Int

Int

Int

Int

Int

Int

String

Unit
writeToParcel(dest: Parcel, flags: Int)

Implement the Parcelable interface

Inherited functions
Properties
static Parcelable.Creator<CellIdentityCdma!>

Implement the Parcelable interface

Public methods

equals

fun equals(other: Any?): Boolean

getBasestationId

fun getBasestationId(): Int
Return
Int Base Station Id 0..65535, UNAVAILABLE if unavailable.

getLatitude

fun getLatitude(): Int
Return
Int Base station latitude, which is a decimal number as specified in 3GPP2 C.S0005-A v6.0. It is represented in units of 0.25 seconds and ranges from -1296000 to 1296000, both values inclusive (corresponding to a range of -90 to +90 degrees). UNAVAILABLE if unavailable.

getLongitude

fun getLongitude(): Int
Return
Int Base station longitude, which is a decimal number as specified in 3GPP2 C.S0005-A v6.0. It is represented in units of 0.25 seconds and ranges from -2592000 to 2592000, both values inclusive (corresponding to a range of -180 to +180 degrees). UNAVAILABLE if unavailable.

getNetworkId

fun getNetworkId(): Int
Return
Int Network Id 0..65535, UNAVAILABLE if unavailable.

getSystemId

fun getSystemId(): Int
Return
Int System Id 0..32767, UNAVAILABLE if unavailable.

hashCode

fun hashCode(): Int

toString

fun toString(): String

writeToParcel

fun writeToParcel(
    dest: Parcel,
    flags: Int
): Unit

Implement the Parcelable interface

Parameters
dest Parcel: The Parcel in which the object should be written. This value cannot be null.
flags Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE. Value is either 0 or a combination of android.os.Parcelable#PARCELABLE_WRITE_RETURN_VALUE, and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES

Properties

CREATOR

static val CREATOR: Parcelable.Creator<CellIdentityCdma!>

Implement the Parcelable interface