CellIdentityCdma
classCellIdentityCdma: CellIdentity
| kotlin.Any | ||
| ↳ | android.telephony.CellIdentity | |
| ↳ | android.telephony.CellIdentityCdma | |
CellIdentity is to represent a unique CDMA cell
Summary
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| Boolean | |
| Int | |
| Int | |
| Int | |
| Int | |
| Int | |
| Int | hashCode() | 
| String | toString() | 
| Unit | writeToParcel(dest: Parcel, flags: Int)Implement the Parcelable interface | 
| Inherited functions | |
|---|---|
| Properties | |
|---|---|
| static Parcelable.Creator<CellIdentityCdma!> | Implement the Parcelable interface | 
Public methods
equals
funequals(other: Any?): Boolean
Deprecated: Deprecated in Java.
| Parameters | |
|---|---|
| obj | the reference object with which to compare. | 
| Return | |
|---|---|
| Boolean | trueif this object is the same as the obj argument;falseotherwise. | 
getBasestationId
fungetBasestationId(): Int
Deprecated: Legacy CDMA is unsupported.
| Return | |
|---|---|
| Int | Base Station Id 0..65535, UNAVAILABLEif unavailable. | 
getLatitude
fungetLatitude(): Int
Deprecated: Legacy CDMA is unsupported.
| 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). UNAVAILABLEif unavailable. | 
getLongitude
fungetLongitude(): Int
Deprecated: Legacy CDMA is unsupported.
| 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). UNAVAILABLEif unavailable. | 
getNetworkId
fungetNetworkId(): Int
Deprecated: Legacy CDMA is unsupported.
| Return | |
|---|---|
| Int | Network Id 0..65535, UNAVAILABLEif unavailable. | 
getSystemId
fungetSystemId(): Int
Deprecated: Legacy CDMA is unsupported.
| Return | |
|---|---|
| Int | System Id 0..32767, UNAVAILABLEif unavailable. | 
hashCode
funhashCode(): Int
Deprecated: Deprecated in Java.
| Return | |
|---|---|
| Int | a hash code value for this object. | 
toString
funtoString(): String
Deprecated: Deprecated in Java.
| Return | |
|---|---|
| String | a string representation of the object. | 
writeToParcel
funwriteToParcel(
dest: Parcel,
flags: Int
): Unit
Deprecated: Deprecated in Java.
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 either0or a combination ofandroid.os.Parcelable#PARCELABLE_WRITE_RETURN_VALUE, and android.os.Parcelable.PARCELABLE_ELIDE_DUPLICATES | 
Properties
CREATOR
static valCREATOR: Parcelable.Creator<CellIdentityCdma!>
Deprecated: Legacy CDMA is unsupported.
Implement the Parcelable interface
