Home
last modified time | relevance | path

Searched defs:CellIdentityGsm (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityGsm.java28 public final class CellIdentityGsm implements Parcelable { class
49 public CellIdentityGsm() { in CellIdentityGsm() method in CellIdentityGsm
66 public CellIdentityGsm (int mcc, int mnc, int lac, int cid) { in CellIdentityGsm() method in CellIdentityGsm
81 public CellIdentityGsm (int mcc, int mnc, int lac, int cid, int arfcn, int bsic) { in CellIdentityGsm() method in CellIdentityGsm
90 private CellIdentityGsm(CellIdentityGsm cid) { in CellIdentityGsm() method in CellIdentityGsm
213 private CellIdentityGsm(Parcel in) { in CellIdentityGsm() method in CellIdentityGsm