Home
last modified time | relevance | path

Searched refs:getCellIdentity (Results 1 – 25 of 32) 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.java69 public CellIdentity getCellIdentity() { in getCellIdentity() method in CellInfoNr
DCellInfoTdscdma.java69 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
DCellInfoWcdma.java63 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
DCellInfoGsm.java65 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
DCellInfoCdma.java66 public @NonNull CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
DCellInfoLte.java72 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
DCellInfo.java216 public abstract CellIdentity getCellIdentity(); in getCellIdentity() method in CellInfo
DNetworkRegistrationInfo.java675 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java292 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo()
327 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo()
329 String mnc = cellInfo.getCellIdentity().getMncString(); in getMccMncFromCellInfo()
DServiceStateTracker.java1359 .getCellIdentity(); in handleMessage()
1362 mPhone.notifyLocationChanged(getCellIdentity()); in handleMessage()
1722 AsyncResult.forMessage(rspRspMsg, getCellIdentity(), ar.exception); in handleMessage()
2226 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
2259 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
2358 networkRegState.getCellIdentity()); in handlePollStateResultMessage()
3406 .filter(nri -> nri.getCellIdentity() != null) in getPrioritizedCellIdentities()
3412 .map(nri -> nri.getCellIdentity()) in getPrioritizedCellIdentities()
3439 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in pollStateDone()
3881 mPhone.notifyLocationChanged(getCellIdentity()); in pollStateDone()
[all …]
DNetworkScanRequestTracker.java190 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc()
191 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
DPhone.java2139 return getServiceStateTracker().getCellIdentity(); in getCurrentCellIdentity()
2146 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in Phone
DGsmCdmaPhone.java762 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DCellularNetworkValidator.java163 if (regInfo == null || regInfo.getCellIdentity() == null) return null;
165 CellIdentity cellIdentity = regInfo.getCellIdentity();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommender.java482 String mccmnc = nri.getCellIdentity().getMccString() in isSatellitePlmn()
483 + nri.getCellIdentity().getMncString(); in isSatellitePlmn()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java467 assertNull(nri.getCellIdentity()); in assertCellIdentitiesSanitized()
DRILTest.java673 int[] lteChannels = {((CellInfoLte) cellInfo).getCellIdentity().getEarfcn()}; in getRadioAccessSpecifier()
677 int[] wcdmaChannels = {((CellInfoWcdma) cellInfo).getCellIdentity().getUarfcn()}; in getRadioAccessSpecifier()
681 int[] gsmChannels = {((CellInfoGsm) cellInfo).getCellIdentity().getArfcn()}; in getRadioAccessSpecifier()
2269 CellIdentityNr cellIdentityNr = (CellIdentityNr) cellInfoNr.getCellIdentity(); in testConvertHalCellInfoList_1_4ForNr()
DTelephonyRegistryTest.java489 assertEquals(nrs.getCellIdentity(), null); in assertServiceStateForFineAccessSanitization()
DGsmCdmaPhoneTest.java446 doReturn(cellLocation).when(mSST).getCellIdentity(); in testGetCellLocation()
453 doReturn(cdmaCellLocation).when(mSST).getCellIdentity(); in testGetCellLocation()
DServiceStateTrackerTest.java957 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()
981 CdmaCellLocation cl = (CdmaCellLocation) sst.getCellIdentity().asCellLocation(); in testCdmaCellLocation()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1590 CellIdentity c = ci.getCellIdentity(); in requestRefLocation()
/frameworks/base/core/api/
Dlint-baseline.txt812 RequiresPermission: android.telephony.NetworkRegistrationInfo#getCellIdentity():
813 … Method 'getCellIdentity' documentation mentions permissions without declaring @RequiresPermission
Dmodule-lib-lint-baseline.txt1144 RequiresPermission: android.telephony.NetworkRegistrationInfo#getCellIdentity():
1145 … Method 'getCellIdentity' documentation mentions permissions without declaring @RequiresPermission
Dtest-lint-baseline.txt1300 RequiresPermission: android.telephony.NetworkRegistrationInfo#getCellIdentity():
1301 … Method 'getCellIdentity' documentation mentions permissions without declaring @RequiresPermission

12