Searched refs:CellIdentity (Results 1 – 19 of 19) sorted by relevance
32 public abstract class CellIdentity implements Parcelable { class58 protected CellIdentity(String tag, int type, String mcc, String mnc, String alphal, in CellIdentity() method in CellIdentity178 if (!(other instanceof CellIdentity)) { in equals()182 CellIdentity o = (CellIdentity) other; in equals()213 protected CellIdentity(String tag, int type, Parcel source) { in CellIdentity() method in CellIdentity219 public static final @android.annotation.NonNull Creator<CellIdentity> CREATOR =220 new Creator<CellIdentity>() {222 public CellIdentity createFromParcel(Parcel in) {237 public CellIdentity[] newArray(int size) {238 return new CellIdentity[size];
176 private CellIdentity mCellIdentity;210 @Nullable CellIdentity cellIdentity) { in NetworkRegistrationInfo()233 @Nullable CellIdentity cellIdentity, boolean cssSupported, in NetworkRegistrationInfo()251 @Nullable CellIdentity cellIdentity, int maxDataCalls, in NetworkRegistrationInfo()274 mCellIdentity = source.readParcelable(CellIdentity.class.getClassLoader()); in NetworkRegistrationInfo()303 mCellIdentity = CellIdentity.CREATOR.createFromParcel(p); in NetworkRegistrationInfo()427 public CellIdentity getCellIdentity() { in getCellIdentity()666 private CellIdentity mCellIdentity;770 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity()
20 parcelable CellIdentity;
51 public CellIdentity getCellIdentity() { in getCellIdentity()
29 public final class CellIdentityNr extends CellIdentity {
29 public final class CellIdentityTdscdma extends CellIdentity {
27 public final class CellIdentityCdma extends CellIdentity {
30 public final class CellIdentityWcdma extends CellIdentity {
30 public final class CellIdentityGsm extends CellIdentity {
31 public final class CellIdentityLte extends CellIdentity {
194 public abstract CellIdentity getCellIdentity(); in getCellIdentity()
20 import android.telephony.CellIdentity;57 CellIdentity ciA = new CellIdentityLte( in testEquals()59 CellIdentity ciB = new CellIdentityLte( in testEquals()81 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, in testParcel()88 CellIdentity newCi = CellIdentity.CREATOR.createFromParcel(p); in testParcel()98 newCi = CellIdentity.CREATOR.createFromParcel(p); in testParcel()
65 import android.telephony.CellIdentity;1731 private void changeRegState(int state, CellIdentity cid, int rat) { in changeRegState()1735 private void changeRegState(int state, CellIdentity cid, int voiceRat, int dataRat) { in changeRegState()
29 import android.telephony.CellIdentity;231 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState()254 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState()275 CellIdentity cellIdentity; in createRegistrationStateFromDataRegState()365 private CellIdentity convertHalCellIdentityToCellIdentity( in convertHalCellIdentityToCellIdentity()366 android.hardware.radio.V1_0.CellIdentity cellIdentity) { in convertHalCellIdentityToCellIdentity()371 CellIdentity result = null; in convertHalCellIdentityToCellIdentity()421 private CellIdentity convertHalCellIdentityToCellIdentity( in convertHalCellIdentityToCellIdentity()422 android.hardware.radio.V1_2.CellIdentity cellIdentity) { in convertHalCellIdentityToCellIdentity()427 CellIdentity result = null; in convertHalCellIdentityToCellIdentity()
60 import android.telephony.CellIdentity;425 private CellIdentity mCellIdentity;426 private CellIdentity mNewCellIdentity;1032 private int getLteEarfcn(CellIdentity cellIdentity) { in getLteEarfcn()1218 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage()2072 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()2263 private static int getCidFromCellIdentity(CellIdentity id) { in getCidFromCellIdentity()2279 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity()3233 CellIdentity tempCellId = mCellIdentity; in pollStateDone()3940 CellIdentity fallbackLteCid = null; // We prefer not to use LTE in getCellLocationFromCellInfo()[all …]
1604 android.hardware.radio.V1_2.CellIdentity3270 android.telephony.CellIdentity$13271 android.telephony.CellIdentity
2808 method @Nullable public android.telephony.CellIdentity getCellIdentity();2840 …elephony.NetworkRegistrationInfo.Builder setCellIdentity(@Nullable android.telephony.CellIdentity);
7639 method @Nullable public android.telephony.CellIdentity getCellIdentity();7671 …elephony.NetworkRegistrationInfo.Builder setCellIdentity(@Nullable android.telephony.CellIdentity);
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...