Searched refs:CellInfoGsm (Results 1 – 8 of 8) sorted by relevance
26 public final class CellInfoGsm extends CellInfo implements Parcelable { class35 public CellInfoGsm() { in CellInfoGsm() method in CellInfoGsm42 public CellInfoGsm(CellInfoGsm ci) { in CellInfoGsm() method in CellInfoGsm78 CellInfoGsm o = (CellInfoGsm) other; in equals()117 private CellInfoGsm(Parcel in) { in CellInfoGsm() method in CellInfoGsm124 public static final Creator<CellInfoGsm> CREATOR = new Creator<CellInfoGsm>() {126 public CellInfoGsm createFromParcel(Parcel in) {132 public CellInfoGsm[] newArray(int size) {133 return new CellInfoGsm[size];138 protected static CellInfoGsm createFromParcelBody(Parcel in) { in createFromParcelBody()[all …]
203 case TYPE_GSM: return CellInfoGsm.createFromParcelBody(in);
48 import android.telephony.CellInfoGsm;796 } else if (cellInfo instanceof CellInfoGsm) { in sendNetworkConditionsBroadcast()797 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
44 import android.telephony.CellInfoGsm;222 super(phone, phone.mCi, new CellInfoGsm()); in GsmServiceStateTracker()1616 if (ci instanceof CellInfoGsm) { in getCellLocation()1617 CellInfoGsm cellInfoGsm = (CellInfoGsm)ci; in getCellLocation()
8 NO DOC BLOCK: android.telephony.CellInfoGsm Class
4502 http://developer.android.com/reference/android/telephony/CellInfoGsm.html
30448 …public final class CellInfoGsm extends android.telephony.CellInfo implements android.os.Parcelable…30452 field public static final android.os.Parcelable.Creator<android.telephony.CellInfoGsm> CREATOR;
28253 …public final class CellInfoGsm extends android.telephony.CellInfo implements android.os.Parcelable…28257 field public static final android.os.Parcelable.Creator<android.telephony.CellInfoGsm> CREATOR;