Searched defs:CellIdentityGsm (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityGsm.java | 28 public final class CellIdentityGsm extends CellIdentity { class 44 public CellIdentityGsm() { in CellIdentityGsm() method in CellIdentityGsm 60 public CellIdentityGsm(int mcc, int mnc, int lac, int cid) { in CellIdentityGsm() method in CellIdentityGsm 76 public CellIdentityGsm(int mcc, int mnc, int lac, int cid, int arfcn, int bsic) { in CellIdentityGsm() method in CellIdentityGsm 93 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, String mccStr, in CellIdentityGsm() method in CellIdentityGsm 104 private CellIdentityGsm(CellIdentityGsm cid) { in CellIdentityGsm() method in CellIdentityGsm 248 private CellIdentityGsm(Parcel in) { in CellIdentityGsm() method in CellIdentityGsm
|