ClosedSubscriberGroupInfo
class ClosedSubscriberGroupInfo : Parcelable
kotlin.Any | |
↳ | android.telephony.ClosedSubscriberGroupInfo |
Information to represent a closed subscriber group.
Summary
Inherited constants | |
---|---|
Public methods | |
---|---|
Int |
Implement the Parcelable interface |
Boolean | |
Int |
The identity of the closed subscriber group that the cell belongs to. |
Boolean |
Indicates whether the cell is restricted to only CSG members. |
String |
Returns human-readable name of the closed subscriber group operating this cell (Node-B). |
Int |
hashCode() |
String |
toString() |
Unit |
writeToParcel(dest: Parcel, type: Int) Flatten this object in to a Parcel. |
Properties | |
---|---|
static Parcelable.Creator<ClosedSubscriberGroupInfo!> |
Implement the Parcelable interface |
Public methods
describeContents
fun describeContents(): Int
Implement the Parcelable interface
Return | |
---|---|
Int |
a bitmask indicating the set of special object types marshaled by this Parcelable object instance. Value is either 0 or android.os.Parcelable#CONTENTS_FILE_DESCRIPTOR |
equals
fun equals(other: Any?): Boolean
Parameters | |
---|---|
obj |
the reference object with which to compare. |
Return | |
---|---|
Boolean |
true if this object is the same as the obj argument; false otherwise. |
getCsgIdentity
fun getCsgIdentity(): Int
The identity of the closed subscriber group that the cell belongs to. Refer to "CSG-Identity" in TS 36.336 section 6.3.4. Also refer to "CSG Identity" in 3GPP TS 25.331 section 10.3.2.8 and TS 23.003 section 4.7.
Return | |
---|---|
Int |
the unique 27-bit CSG Identity. Value is between 0 and 0x7FFFFFF inclusive |
getCsgIndicator
fun getCsgIndicator(): Boolean
Indicates whether the cell is restricted to only CSG members. A cell not broadcasting the CSG Indication but reporting CSG information is considered a Hybrid Cell. Refer to the "csg-Indication" field in 3GPP TS 36.331 section 6.2.2 SystemInformationBlockType1. Also refer to "CSG Indicator" in 3GPP TS 25.331 section 10.2.48.8.1 and TS 25.304.
Return | |
---|---|
Boolean |
true if the cell is restricted to group members only. |
getHomeNodebName
fun getHomeNodebName(): String
Returns human-readable name of the closed subscriber group operating this cell (Node-B). Refer to "hnb-Name" in TS 36.331 section 6.2.2 SystemInformationBlockType9. Also refer to "HNB Name" in 3GPP TS25.331 section 10.2.48.8.23 and TS 23.003 section 4.8.
Return | |
---|---|
String |
the home Node-B name if available. This value cannot be null . |
toString
fun toString(): String
Return | |
---|---|
String |
a string representation of the object. |
writeToParcel
fun writeToParcel(
dest: Parcel,
type: Int
): Unit
Flatten this object in to a Parcel.
Parameters | |
---|---|
dest |
Parcel: This value cannot be null . |
flags |
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<ClosedSubscriberGroupInfo!>
Implement the Parcelable interface