Home
last modified time | relevance | path

Searched refs:CellInfo (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/base/telephony/java/android/telephony/
DCellInfo.java23 import android.hardware.radio.V1_4.CellInfo.Info;
24 import android.hardware.radio.V1_5.CellInfo.CellInfoRatSpecificInfo;
37 public abstract class CellInfo implements Parcelable { class
154 protected CellInfo() { in CellInfo() method in CellInfo
161 protected CellInfo(CellInfo ci) { in CellInfo() method in CellInfo
220 public CellInfo sanitizeLocationInfo() { in sanitizeLocationInfo()
251 if (!(o instanceof CellInfo)) return false; in equals()
252 CellInfo cellInfo = (CellInfo) o; in equals()
298 protected CellInfo(Parcel in) { in CellInfo() method in CellInfo
305 …public static final @android.annotation.NonNull Creator<CellInfo> CREATOR = new Creator<CellInfo>(…
[all …]
DCellIdentityCdma.java72 super(TAG, CellInfo.TYPE_CDMA, null, null, null, null); in CellIdentityCdma()
73 mNetworkId = CellInfo.UNAVAILABLE; in CellIdentityCdma()
74 mSystemId = CellInfo.UNAVAILABLE; in CellIdentityCdma()
75 mBasestationId = CellInfo.UNAVAILABLE; in CellIdentityCdma()
76 mLongitude = CellInfo.UNAVAILABLE; in CellIdentityCdma()
77 mLatitude = CellInfo.UNAVAILABLE; in CellIdentityCdma()
97 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
108 mLongitude = mLatitude = CellInfo.UNAVAILABLE; in CellIdentityCdma()
136 return new CellIdentityCdma(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in sanitizeLocationInfo()
137 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in sanitizeLocationInfo()
[all …]
DCellIdentityGsm.java61 super(TAG, CellInfo.TYPE_GSM, null, null, null, null); in CellIdentityGsm()
62 mLac = CellInfo.UNAVAILABLE; in CellIdentityGsm()
63 mCid = CellInfo.UNAVAILABLE; in CellIdentityGsm()
64 mArfcn = CellInfo.UNAVAILABLE; in CellIdentityGsm()
65 mBsic = CellInfo.UNAVAILABLE; in CellIdentityGsm()
87 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
104 cid.bsic == (byte) 0xFF ? CellInfo.UNAVAILABLE : cid.bsic, in CellIdentityGsm()
111 cid.base.bsic == (byte) 0xFF ? CellInfo.UNAVAILABLE : cid.base.bsic, cid.base.mcc, in CellIdentityGsm()
119 cid.base.base.bsic == (byte) 0xFF ? CellInfo.UNAVAILABLE in CellIdentityGsm()
137 return new CellIdentityGsm(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in sanitizeLocationInfo()
[all …]
DCellIdentityLte.java70 super(TAG, CellInfo.TYPE_LTE, null, null, null, null); in CellIdentityLte()
71 mCi = CellInfo.UNAVAILABLE; in CellIdentityLte()
72 mPci = CellInfo.UNAVAILABLE; in CellIdentityLte()
73 mTac = CellInfo.UNAVAILABLE; in CellIdentityLte()
74 mEarfcn = CellInfo.UNAVAILABLE; in CellIdentityLte()
76 mBandwidth = CellInfo.UNAVAILABLE; in CellIdentityLte()
94 this(ci, pci, tac, CellInfo.UNAVAILABLE, new int[] {}, CellInfo.UNAVAILABLE, in CellIdentityLte()
120 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
140 CellInfo.UNAVAILABLE, cid.mcc, cid.mnc, "", "", new ArraySet<>(), null); in CellIdentityLte()
170 return new CellIdentityLte(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in sanitizeLocationInfo()
[all …]
DCellSignalStrengthTdscdma.java80 this(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in CellSignalStrengthTdscdma()
81 tdscdma.rscp != CellInfo.UNAVAILABLE ? -tdscdma.rscp : tdscdma.rscp); in CellSignalStrengthTdscdma()
83 if (mRssi == CellInfo.UNAVAILABLE && mRscp == CellInfo.UNAVAILABLE) { in CellSignalStrengthTdscdma()
94 if (mRssi == CellInfo.UNAVAILABLE && mRscp == CellInfo.UNAVAILABLE) { in CellSignalStrengthTdscdma()
121 mRssi = CellInfo.UNAVAILABLE; in setDefaultValues()
122 mBitErrorRate = CellInfo.UNAVAILABLE; in setDefaultValues()
123 mRscp = CellInfo.UNAVAILABLE; in setDefaultValues()
187 if (mRscp != CellInfo.UNAVAILABLE) return getAsuFromRscpDbm(mRscp); in getAsuLevel()
190 if (mRssi != CellInfo.UNAVAILABLE) return getAsuFromRssiDbm(mRssi); in getAsuLevel()
191 return getAsuFromRscpDbm(CellInfo.UNAVAILABLE); in getAsuLevel()
DCellIdentityWcdma.java64 super(TAG, CellInfo.TYPE_WCDMA, null, null, null, null); in CellIdentityWcdma()
65 mLac = CellInfo.UNAVAILABLE; in CellIdentityWcdma()
66 mCid = CellInfo.UNAVAILABLE; in CellIdentityWcdma()
67 mPsc = CellInfo.UNAVAILABLE; in CellIdentityWcdma()
68 mUarfcn = CellInfo.UNAVAILABLE; in CellIdentityWcdma()
93 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
140 return new CellIdentityWcdma(CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in sanitizeLocationInfo()
141 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mMccStr, mMncStr, in sanitizeLocationInfo()
156 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
168 return (mMccStr != null) ? Integer.valueOf(mMccStr) : CellInfo.UNAVAILABLE; in getMcc()
[all …]
DCellIdentityTdscdma.java62 super(TAG, CellInfo.TYPE_TDSCDMA, null, null, null, null); in CellIdentityTdscdma()
63 mLac = CellInfo.UNAVAILABLE; in CellIdentityTdscdma()
64 mCid = CellInfo.UNAVAILABLE; in CellIdentityTdscdma()
65 mCpid = CellInfo.UNAVAILABLE; in CellIdentityTdscdma()
66 mUarfcn = CellInfo.UNAVAILABLE; in CellIdentityTdscdma()
92 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
115 this(cid.mcc, cid.mnc, cid.lac, cid.cid, cid.cpid, CellInfo.UNAVAILABLE, "", "", in CellIdentityTdscdma()
141 return new CellIdentityTdscdma(mMccStr, mMncStr, CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, in sanitizeLocationInfo()
142 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE, mAlphaLong, mAlphaShort, in sanitizeLocationInfo()
157 if (mLac == CellInfo.UNAVAILABLE || mCid == CellInfo.UNAVAILABLE) return; in updateGlobalCellId()
[all …]
DCellSignalStrength.java111 if (asu > 31 || asu < 0) return CellInfo.UNAVAILABLE; in getRssiDbmFromAsu()
118 if (dbm == CellInfo.UNAVAILABLE) return 99; in getAsuFromRssiDbm()
125 if (asu > 96 || asu < 0) return CellInfo.UNAVAILABLE; in getRscpDbmFromAsu()
132 if (dbm == CellInfo.UNAVAILABLE) return 255; in getAsuFromRscpDbm()
139 if (asu > 49 || asu < 0) return CellInfo.UNAVAILABLE; in getEcNoDbFromAsu()
145 if (value < rangeMin || value > rangeMax) return CellInfo.UNAVAILABLE; in inRangeOrUnavailable()
152 if ((value < rangeMin || value > rangeMax) && value != special) return CellInfo.UNAVAILABLE; in inRangeOrUnavailable()
DCellSignalStrengthWcdma.java101 CellInfo.UNAVAILABLE, CellInfo.UNAVAILABLE); in CellSignalStrengthWcdma()
103 if (mRssi == CellInfo.UNAVAILABLE && mRscp == CellInfo.UNAVAILABLE) { in CellSignalStrengthWcdma()
116 if (mRssi == CellInfo.UNAVAILABLE && mRscp == CellInfo.UNAVAILABLE) { in CellSignalStrengthWcdma()
144 mRssi = CellInfo.UNAVAILABLE; in setDefaultValues()
145 mBitErrorRate = CellInfo.UNAVAILABLE; in setDefaultValues()
146 mRscp = CellInfo.UNAVAILABLE; in setDefaultValues()
147 mEcNo = CellInfo.UNAVAILABLE; in setDefaultValues()
210 if (mRscp != CellInfo.UNAVAILABLE) return mRscp; in getDbm()
223 if (mRscp != CellInfo.UNAVAILABLE) return getAsuFromRscpDbm(mRscp); in getAsuLevel()
226 if (mRssi != CellInfo.UNAVAILABLE) return getAsuFromRssiDbm(mRssi); in getAsuLevel()
[all …]
DCellSignalStrengthLte.java144 lte.rsrp != CellInfo.UNAVAILABLE ? -lte.rsrp : lte.rsrp, in CellSignalStrengthLte()
145 lte.rsrq != CellInfo.UNAVAILABLE ? -lte.rsrq : lte.rsrq, in CellSignalStrengthLte()
176 mSignalStrength = CellInfo.UNAVAILABLE; in setDefaultValues()
177 mRssi = CellInfo.UNAVAILABLE; in setDefaultValues()
178 mRsrp = CellInfo.UNAVAILABLE; in setDefaultValues()
179 mRsrq = CellInfo.UNAVAILABLE; in setDefaultValues()
180 mRssnr = CellInfo.UNAVAILABLE; in setDefaultValues()
181 mCqi = CellInfo.UNAVAILABLE; in setDefaultValues()
182 mTimingAdvance = CellInfo.UNAVAILABLE; in setDefaultValues()
345 if (measure == CellInfo.UNAVAILABLE) { in updateLevelWithMeasure()
[all …]
DCellSignalStrengthCdma.java111 mCdmaDbm = CellInfo.UNAVAILABLE; in setDefaultValues()
112 mCdmaEcio = CellInfo.UNAVAILABLE; in setDefaultValues()
113 mEvdoDbm = CellInfo.UNAVAILABLE; in setDefaultValues()
114 mEvdoEcio = CellInfo.UNAVAILABLE; in setDefaultValues()
115 mEvdoSnr = CellInfo.UNAVAILABLE; in setDefaultValues()
179 if (cdmaDbm == CellInfo.UNAVAILABLE) cdmaAsuLevel = 99;
188 if (cdmaEcio == CellInfo.UNAVAILABLE) ecioAsuLevel = 99;
210 if (cdmaDbm == CellInfo.UNAVAILABLE) levelDbm = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
218 if (cdmaEcio == CellInfo.UNAVAILABLE) levelEcio = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
239 if (evdoDbm == CellInfo.UNAVAILABLE) levelEvdoDbm = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getEvdoLevel()
[all …]
DCellSignalStrengthNr.java172 return val != CellInfo.UNAVAILABLE ? -val : val; in flip()
265 mCsiRsrp = CellInfo.UNAVAILABLE; in setDefaultValues()
266 mCsiRsrq = CellInfo.UNAVAILABLE; in setDefaultValues()
267 mCsiSinr = CellInfo.UNAVAILABLE; in setDefaultValues()
268 mSsRsrp = CellInfo.UNAVAILABLE; in setDefaultValues()
269 mSsRsrq = CellInfo.UNAVAILABLE; in setDefaultValues()
270 mSsSinr = CellInfo.UNAVAILABLE; in setDefaultValues()
359 if (measure == CellInfo.UNAVAILABLE) { in updateLevelWithMeasure()
386 if (nrDbm == CellInfo.UNAVAILABLE) { in getAsuLevel()
DCellIdentity.java130 public @CellInfo.Type int getType() { in getType()
298 case CellInfo.TYPE_GSM: return CellIdentityGsm.createFromParcelBody(in);
299 case CellInfo.TYPE_WCDMA: return CellIdentityWcdma.createFromParcelBody(in);
300 case CellInfo.TYPE_CDMA: return CellIdentityCdma.createFromParcelBody(in);
301 case CellInfo.TYPE_LTE: return CellIdentityLte.createFromParcelBody(in);
302 case CellInfo.TYPE_TDSCDMA:
304 case CellInfo.TYPE_NR: return CellIdentityNr.createFromParcelBody(in);
322 if (value < rangeMin || value > rangeMax) return CellInfo.UNAVAILABLE; in inRangeOrUnavailable()
328 if (value < rangeMin || value > rangeMax) return CellInfo.UNAVAILABLE_LONG; in inRangeOrUnavailable()
335 if ((value < rangeMin || value > rangeMax) && value != special) return CellInfo.UNAVAILABLE; in inRangeOrUnavailable()
DCellInfoWcdma.java29 public final class CellInfoWcdma extends CellInfo implements Parcelable {
52 public CellInfoWcdma(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoWcdma()
60 public CellInfoWcdma(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoWcdma()
68 public CellInfoWcdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoWcdma()
76 public CellInfoWcdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoWcdma()
106 public CellInfo sanitizeLocationInfo() { in sanitizeLocationInfo()
DCellInfoGsm.java29 public final class CellInfoGsm extends CellInfo implements Parcelable {
53 public CellInfoGsm(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoGsm()
61 public CellInfoGsm(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoGsm()
69 public CellInfoGsm(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoGsm()
77 public CellInfoGsm(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoGsm()
107 public CellInfo sanitizeLocationInfo() { in sanitizeLocationInfo()
DCellInfoTdscdma.java34 public final class CellInfoTdscdma extends CellInfo implements Parcelable {
57 public CellInfoTdscdma(android.hardware.radio.V1_0.CellInfo ci) { in CellInfoTdscdma()
65 public CellInfoTdscdma(android.hardware.radio.V1_2.CellInfo ci) { in CellInfoTdscdma()
73 public CellInfoTdscdma(android.hardware.radio.V1_4.CellInfo ci, long timeStamp) { in CellInfoTdscdma()
81 public CellInfoTdscdma(android.hardware.radio.V1_5.CellInfo ci, long timeStamp) { in CellInfoTdscdma()
111 public CellInfo sanitizeLocationInfo() { in sanitizeLocationInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellSignalStrengthNrTest.java23 import android.telephony.CellInfo;
87 nrSignalStrength.csiRsrp = CellInfo.UNAVAILABLE; in testUnavailableValueWithHal()
88 nrSignalStrength.csiRsrq = CellInfo.UNAVAILABLE; in testUnavailableValueWithHal()
89 nrSignalStrength.csiSinr = CellInfo.UNAVAILABLE; in testUnavailableValueWithHal()
90 nrSignalStrength.ssRsrp = CellInfo.UNAVAILABLE; in testUnavailableValueWithHal()
91 nrSignalStrength.ssRsrq = CellInfo.UNAVAILABLE; in testUnavailableValueWithHal()
92 nrSignalStrength.ssSinr = CellInfo.UNAVAILABLE; in testUnavailableValueWithHal()
96 assertThat(css.getCsiRsrp()).isEqualTo(CellInfo.UNAVAILABLE); in testUnavailableValueWithHal()
97 assertThat(css.getCsiRsrq()).isEqualTo(CellInfo.UNAVAILABLE); in testUnavailableValueWithHal()
98 assertThat(css.getCsiSinr()).isEqualTo(CellInfo.UNAVAILABLE); in testUnavailableValueWithHal()
[all …]
DCellSignalStrengthWcdmaTest.java26 import android.telephony.CellInfo;
52 assertEquals(CellInfo.UNAVAILABLE, css.getRssi()); in testInvalidConstructor()
53 assertEquals(CellInfo.UNAVAILABLE, css.getBitErrorRate()); in testInvalidConstructor()
54 assertEquals(CellInfo.UNAVAILABLE, css.getRscp()); in testInvalidConstructor()
55 assertEquals(CellInfo.UNAVAILABLE, css.getEcNo()); in testInvalidConstructor()
61 assertEquals(CellInfo.UNAVAILABLE, css.getRssi()); in testDefaultConstructor()
62 assertEquals(CellInfo.UNAVAILABLE, css.getBitErrorRate()); in testDefaultConstructor()
63 assertEquals(CellInfo.UNAVAILABLE, css.getRscp()); in testDefaultConstructor()
64 assertEquals(CellInfo.UNAVAILABLE, css.getEcNo()); in testDefaultConstructor()
DCellSignalStrengthTdscdmaTest.java24 import android.telephony.CellInfo;
48 assertEquals(CellInfo.UNAVAILABLE, css.getRssi()); in testInvalidConstructor()
49 assertEquals(CellInfo.UNAVAILABLE, css.getBitErrorRate()); in testInvalidConstructor()
50 assertEquals(CellInfo.UNAVAILABLE, css.getRscp()); in testInvalidConstructor()
56 assertEquals(CellInfo.UNAVAILABLE, css.getRssi()); in testDefaultConstructor()
57 assertEquals(CellInfo.UNAVAILABLE, css.getBitErrorRate()); in testDefaultConstructor()
58 assertEquals(CellInfo.UNAVAILABLE, css.getRscp()); in testDefaultConstructor()
DRILTest.java134 import android.telephony.CellInfo;
237 private static final int RSSNR = CellInfo.UNAVAILABLE;
554 private RadioAccessSpecifier getRadioAccessSpecifier(CellInfo cellInfo) { in getRadioAccessSpecifier()
576 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in getNetworkScanRequestForTesting()
1340 android.hardware.radio.V1_0.CellInfo record = new android.hardware.radio.V1_0.CellInfo(); in testConvertHalCellInfoListForLTE()
1346 ArrayList<android.hardware.radio.V1_0.CellInfo> records = in testConvertHalCellInfoListForLTE()
1347 new ArrayList<android.hardware.radio.V1_0.CellInfo>(); in testConvertHalCellInfoListForLTE()
1350 ArrayList<CellInfo> ret = RIL.convertHalCellInfoList(records); in testConvertHalCellInfoListForLTE()
1364 expected.setCellConnectionStatus(CellInfo.CONNECTION_UNKNOWN); in testConvertHalCellInfoListForLTE()
1382 android.hardware.radio.V1_0.CellInfo record = new android.hardware.radio.V1_0.CellInfo(); in testConvertHalCellInfoListForGSM()
[all …]
DCellIdentityTdscdmaTest.java21 import android.telephony.CellInfo;
60 assertEquals(CellInfo.UNAVAILABLE, ci.getLac()); in testDefaultConstructor()
61 assertEquals(CellInfo.UNAVAILABLE, ci.getCid()); in testDefaultConstructor()
62 assertEquals(CellInfo.UNAVAILABLE, ci.getCpid()); in testDefaultConstructor()
63 assertEquals(CellInfo.UNAVAILABLE, ci.getChannelNumber()); in testDefaultConstructor()
64 assertEquals(CellInfo.UNAVAILABLE, ci.getUarfcn()); in testDefaultConstructor()
140 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithUnknowMccMnc()
165 p.writeInt(CellInfo.TYPE_TDSCDMA); in testParcelWithInvalidMccMnc()
DSignalStrengthTest.java25 import android.telephony.CellInfo;
74 assertEquals(CellInfo.UNAVAILABLE, s.getCdmaDbm()); in testDefaults()
75 assertEquals(CellInfo.UNAVAILABLE, s.getCdmaEcio()); in testDefaults()
76 assertEquals(CellInfo.UNAVAILABLE, s.getEvdoDbm()); in testDefaults()
77 assertEquals(CellInfo.UNAVAILABLE, s.getEvdoEcio()); in testDefaults()
78 assertEquals(CellInfo.UNAVAILABLE, s.getEvdoSnr()); in testDefaults()
79 assertEquals(CellInfo.UNAVAILABLE, s.getGsmBitErrorRate()); in testDefaults()
169 CellInfo.UNAVAILABLE, // cqi in createSignalStrengthLteReportRsrq()
170 CellInfo.UNAVAILABLE); // timingAdvance in createSignalStrengthLteReportRsrq()
201 CellInfo.UNAVAILABLE, // cqi in createSignalStrengthLteReportRssnr()
[all …]
DCellIdentityTest.java27 import android.telephony.CellInfo;
83 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm()
84 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
85 assertEquals(CellInfo.UNAVAILABLE, gsm.getArfcn()); in testConstructCellIdentityGsm()
86 assertEquals(CellInfo.UNAVAILABLE, gsm.getBsic()); in testConstructCellIdentityGsm()
100 assertEquals(CellInfo.UNAVAILABLE, gsm.getLac()); in testConstructCellIdentityGsm()
101 assertEquals(CellInfo.UNAVAILABLE, gsm.getCid()); in testConstructCellIdentityGsm()
102 assertEquals(CellInfo.UNAVAILABLE, gsm.getArfcn()); in testConstructCellIdentityGsm()
103 assertEquals(CellInfo.UNAVAILABLE, gsm.getBsic()); in testConstructCellIdentityGsm()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java28 import android.telephony.CellInfo;
60 private CellInfo mLastPrimaryCellInfo = null;
100 CellInfo primaryCellInfo = getPrimaryCellInfo(mCachedDefaultDataTelephonyManager, in update()
185 private CellInfo getPrimaryCellInfo(TelephonyManager defaultDataTelephonyManager, in getPrimaryCellInfo()
187 List<CellInfo> cellInfoList = getRegisteredCellInfo(defaultDataTelephonyManager); in getPrimaryCellInfo()
189 CellInfo primaryCellInfo = null; in getPrimaryCellInfo()
195 CellInfo cellInfo = cellInfoList.get(i); in getPrimaryCellInfo()
209 private boolean getIsSameRegisteredCell(CellInfo primaryCellInfo, int networkType) { in getIsSameRegisteredCell()
228 private List<CellInfo> getRegisteredCellInfo(TelephonyManager defaultDataTelephonyManager) { in getRegisteredCellInfo()
229 List<CellInfo> allList = defaultDataTelephonyManager.getAllCellInfo(); in getRegisteredCellInfo()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DNetworkScanResult.java21 import android.telephony.CellInfo;
55 public List<CellInfo> networkInfos;
64 public NetworkScanResult(int scanStatus, int scanError, List<CellInfo> networkInfos) { in NetworkScanResult()
85 List<CellInfo> ni = new ArrayList<>(); in NetworkScanResult()

123