Home
last modified time | relevance | path

Searched refs:CellInfoGsm (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoGsm.java26 public final class CellInfoGsm extends CellInfo implements Parcelable { class
35 public CellInfoGsm() { in CellInfoGsm() method in CellInfoGsm
42 public CellInfoGsm(CellInfoGsm ci) { in CellInfoGsm() method in CellInfoGsm
78 CellInfoGsm o = (CellInfoGsm) other; in equals()
117 private CellInfoGsm(Parcel in) { in CellInfoGsm() method in CellInfoGsm
124 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 …]
DCellInfo.java203 case TYPE_GSM: return CellInfoGsm.createFromParcelBody(in);
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java48 import android.telephony.CellInfoGsm;
796 } else if (cellInfo instanceof CellInfoGsm) { in sendNetworkConditionsBroadcast()
797 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity(); in sendNetworkConditionsBroadcast()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java44 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()
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt8 NO DOC BLOCK: android.telephony.CellInfoGsm Class
/frameworks/base/docs/html/
Dsitemap.txt4502 http://developer.android.com/reference/android/telephony/CellInfoGsm.html
/frameworks/base/api/
Dsystem-current.txt30448 …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;
Dcurrent.txt28253 …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;