Searched defs:CellIdentityTdscdma (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityTdscdma.java | 28 public final class CellIdentityTdscdma extends CellIdentity { class 42 public CellIdentityTdscdma() { in CellIdentityTdscdma() method in CellIdentityTdscdma 58 public CellIdentityTdscdma(int mcc, int mnc, int lac, int cid, int cpid) { in CellIdentityTdscdma() method in CellIdentityTdscdma 72 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid) { in CellIdentityTdscdma() method in CellIdentityTdscdma 90 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid, in CellIdentityTdscdma() method in CellIdentityTdscdma 98 private CellIdentityTdscdma(CellIdentityTdscdma cid) { in CellIdentityTdscdma() method in CellIdentityTdscdma 192 private CellIdentityTdscdma(Parcel in) { in CellIdentityTdscdma() method in CellIdentityTdscdma
|