Home
last modified time | relevance | path

Searched refs:getCellIdentity (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/
DNeighboringCellInfo.java122 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo()
125 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
138 mLac = info.getCellIdentity().getLac(); in NeighboringCellInfo()
141 mCid = info.getCellIdentity().getCid(); in NeighboringCellInfo()
144 mPsc = info.getCellIdentity().getPsc(); in NeighboringCellInfo()
DCellInfoNr.java70 public CellIdentity getCellIdentity() { in getCellIdentity() method in CellInfoNr
DCellInfoWcdma.java87 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
DCellInfoGsm.java88 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
DCellInfoTdscdma.java92 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
DCellInfoCdma.java94 public @NonNull CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
DCellInfoLte.java98 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
DCellInfo.java211 public abstract CellIdentity getCellIdentity(); in getCellIdentity() method in CellInfo
DNetworkRegistrationInfo.java510 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDataResetEventTracker.java130 CellLocation currentCellLocation = mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
132 mPreviousLocation = (GsmCellLocation) mPhone.getCellIdentity().asCellLocation(); in startResetEventTracker()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java212 isSameRegisteredCell = primaryCellInfo.getCellIdentity() in getIsSameRegisteredCell()
213 .equals(mLastPrimaryCellInfo.getCellIdentity()); in getIsSameRegisteredCell()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java295 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo()
330 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo()
332 String mnc = cellInfo.getCellIdentity().getMncString(); in getMccMncFromCellInfo()
DCellularNetworkValidator.java170 if (regInfo == null || regInfo.getCellIdentity() == null) return null;
172 CellIdentity cellIdentity = regInfo.getCellIdentity();
DServiceStateTracker.java1310 .getCellIdentity(); in handleMessage()
1313 mPhone.notifyLocationChanged(getCellIdentity()); in handleMessage()
1665 AsyncResult.forMessage(rspRspMsg, getCellIdentity(), ar.exception); in handleMessage()
2135 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
2167 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
2228 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
2277 getLteEarfcn(networkRegState.getCellIdentity())); in handlePollStateResultMessage()
3167 .filter(nri -> nri.getCellIdentity() != null) in getPrioritizedCellIdentities()
3173 .map(nri -> nri.getCellIdentity()) in getPrioritizedCellIdentities()
3603 mPhone.notifyLocationChanged(getCellIdentity()); in pollStateDone()
[all …]
DNetworkScanRequestTracker.java186 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc()
187 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
DPhone.java1952 public CellIdentity getCellIdentity() { in getCellIdentity() method in Phone
1953 return getServiceStateTracker().getCellIdentity(); in getCellIdentity()
1960 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in Phone
DGsmCdmaCallTracker.java1547 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in handleMessage()
DGsmCdmaPhone.java541 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java250 doReturn(mGsmCellLocation).when(mPhone).getCellIdentity(); in testNotifyCellLocation()
DGsmCdmaPhoneTest.java386 doReturn(cellLocation).when(mSST).getCellIdentity(); in testGetCellLocation()
387 assertEquals(cellLocation, mPhoneUT.getCellIdentity()); in testGetCellLocation()
393 doReturn(cdmaCellLocation).when(mSST).getCellIdentity(); in testGetCellLocation()
396 (CellIdentityCdma) mPhoneUT.getCellIdentity(); in testGetCellLocation()
DRILTest.java558 int[] lteChannels = {((CellInfoLte) cellInfo).getCellIdentity().getEarfcn()}; in getRadioAccessSpecifier()
562 int[] wcdmaChannels = {((CellInfoWcdma) cellInfo).getCellIdentity().getUarfcn()}; in getRadioAccessSpecifier()
566 int[] gsmChannels = {((CellInfoGsm) cellInfo).getCellIdentity().getArfcn()}; in getRadioAccessSpecifier()
1815 CellIdentityNr cellIdentityNr = (CellIdentityNr) cellInfoNr.getCellIdentity(); in testConvertHalCellInfoList_1_4ForNr()
DServiceStateTrackerTest.java905 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()
929 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellIdentity().asCellLocation(); in testCdmaCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java3886 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in getCellLocationId()
/frameworks/base/non-updatable-api/
Dcurrent.txt44965 method @NonNull public abstract android.telephony.CellIdentity getCellIdentity();
44980 method @NonNull public android.telephony.CellIdentityCdma getCellIdentity();
44987 method @NonNull public android.telephony.CellIdentityGsm getCellIdentity();
44994 method @NonNull public android.telephony.CellIdentityLte getCellIdentity();
45001 method @NonNull public android.telephony.CellIdentity getCellIdentity();
45008 method @NonNull public android.telephony.CellIdentityTdscdma getCellIdentity();
45015 method public android.telephony.CellIdentityWcdma getCellIdentity();
45299 method @Nullable public android.telephony.CellIdentity getCellIdentity();
/frameworks/base/api/
Dcurrent.txt45109 method @NonNull public abstract android.telephony.CellIdentity getCellIdentity();
45124 method @NonNull public android.telephony.CellIdentityCdma getCellIdentity();
45131 method @NonNull public android.telephony.CellIdentityGsm getCellIdentity();
45138 method @NonNull public android.telephony.CellIdentityLte getCellIdentity();
45145 method @NonNull public android.telephony.CellIdentity getCellIdentity();
45152 method @NonNull public android.telephony.CellIdentityTdscdma getCellIdentity();
45159 method public android.telephony.CellIdentityWcdma getCellIdentity();
45443 method @Nullable public android.telephony.CellIdentity getCellIdentity();

12