/frameworks/base/telephony/java/android/telephony/ |
D | NeighboringCellInfo.java | 122 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()
|
D | CellInfoNr.java | 69 public CellIdentity getCellIdentity() { in getCellIdentity() method in CellInfoNr
|
D | CellInfoTdscdma.java | 69 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
|
D | CellInfoWcdma.java | 63 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
|
D | CellInfoGsm.java | 65 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
|
D | CellInfoCdma.java | 66 public @NonNull CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
|
D | CellInfoLte.java | 72 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
|
D | CellInfo.java | 216 public abstract CellIdentity getCellIdentity(); in getCellIdentity() method in CellInfo
|
D | NetworkRegistrationInfo.java | 675 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationInfo
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | LocaleTracker.java | 292 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo() 327 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo() 329 String mnc = cellInfo.getCellIdentity().getMncString(); in getMccMncFromCellInfo()
|
D | ServiceStateTracker.java | 1359 .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 …]
|
D | NetworkScanRequestTracker.java | 190 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc() 191 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
|
D | Phone.java | 2139 return getServiceStateTracker().getCellIdentity(); in getCurrentCellIdentity() 2146 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in Phone
|
D | GsmCdmaPhone.java | 762 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in GsmCdmaPhone
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | CellularNetworkValidator.java | 163 if (regInfo == null || regInfo.getCellIdentity() == null) return null; 165 CellIdentity cellIdentity = regInfo.getCellIdentity();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/ |
D | SatelliteSOSMessageRecommender.java | 482 String mccmnc = nri.getCellIdentity().getMccString() in isSatellitePlmn() 483 + nri.getCellIdentity().getMncString(); in isSatellitePlmn()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTest.java | 467 assertNull(nri.getCellIdentity()); in assertCellIdentitiesSanitized()
|
D | RILTest.java | 673 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()
|
D | TelephonyRegistryTest.java | 489 assertEquals(nrs.getCellIdentity(), null); in assertServiceStateForFineAccessSanitization()
|
D | GsmCdmaPhoneTest.java | 446 doReturn(cellLocation).when(mSST).getCellIdentity(); in testGetCellLocation() 453 doReturn(cdmaCellLocation).when(mSST).getCellIdentity(); in testGetCellLocation()
|
D | ServiceStateTrackerTest.java | 957 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/ |
D | GnssLocationProvider.java | 1590 CellIdentity c = ci.getCellIdentity(); in requestRefLocation()
|
/frameworks/base/core/api/ |
D | lint-baseline.txt | 812 RequiresPermission: android.telephony.NetworkRegistrationInfo#getCellIdentity(): 813 … Method 'getCellIdentity' documentation mentions permissions without declaring @RequiresPermission
|
D | module-lib-lint-baseline.txt | 1144 RequiresPermission: android.telephony.NetworkRegistrationInfo#getCellIdentity(): 1145 … Method 'getCellIdentity' documentation mentions permissions without declaring @RequiresPermission
|
D | test-lint-baseline.txt | 1300 RequiresPermission: android.telephony.NetworkRegistrationInfo#getCellIdentity(): 1301 … Method 'getCellIdentity' documentation mentions permissions without declaring @RequiresPermission
|