Searched defs:CellIdentityLte (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java28 public final class CellIdentityLte implements Parcelable { class in inherits:Parcelable
30 private static final String LOG_TAG = "CellIdentityLte";
49 public CellIdentityLte() { method in class:CellIdentityLte
68 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac) { method in class:CellIdentityLte
83 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int earfcn) { method in class:CellIdentityLte
92 private CellIdentityLte(CellIdentityLte cid) { method in class:CellIdentityLte
101 CellIdentityLte copy() {
102 return new CellIdentityLte(this);
158 if (!(other instanceof CellIdentityLte)) {
204 private CellIdentityLte(Parcel in) { method in class:CellIdentityLte
[all...]

Completed in 76 milliseconds