Home
last modified time | relevance | path

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

/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.java51 public CellIdentity getCellIdentity() { in getCellIdentity() method in CellInfoNr
DCellInfoTdscdma.java82 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
DCellInfoWcdma.java78 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
DCellInfoGsm.java79 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
DCellInfoCdma.java84 public @NonNull CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
DCellInfoLte.java87 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
DCellInfo.java194 public abstract CellIdentity getCellIdentity(); in getCellIdentity() method in CellInfo
DNetworkRegistrationInfo.java427 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationInfo
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java279 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
281 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
283 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java219 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
221 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
223 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
DNetworkScanRequestTracker.java171 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc()
172 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
DServiceStateTracker.java1219 .getCellIdentity(); in handleMessage()
2037 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
2072 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
2092 mNewCellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
2132 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
2166 getLteEarfcn(networkRegState.getCellIdentity())); in handlePollStateResultMessage()
3942 CellIdentity c = ci.getCellIdentity(); in getCellLocationFromCellInfo()
5381 networkRegistrationInfos.get(i).getCellIdentity()); in updateOperatorNameForServiceState()
5407 updateOperatorNameForCellIdentity(cellInfo.getCellIdentity()); in updateOperatorNameForCellInfo()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCellularLinkLayerStatsCollector.java212 isSameRegisteredCell = primaryCellInfo.getCellIdentity() in getIsSameRegisteredCell()
213 .equals(mLastPrimaryCellInfo.getCellIdentity()); in getIsSameRegisteredCell()
/frameworks/base/api/
Dtest-current.txt2808 method @Nullable public android.telephony.CellIdentity getCellIdentity();
Dsystem-current.txt7639 method @Nullable public android.telephony.CellIdentity getCellIdentity();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...