Home
last modified time | relevance | path

Searched refs:getCellIdentity (Results 1 – 25 of 26) 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
DCellInfoGsm.java88 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
DCellInfoTdscdma.java92 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
DCellInfoWcdma.java87 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
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.java509 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/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.java1299 .getCellIdentity(); in handleMessage()
1302 mPhone.notifyLocationChanged(getCellIdentity()); in handleMessage()
1654 AsyncResult.forMessage(rspRspMsg, getCellIdentity(), ar.exception); in handleMessage()
2124 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
2156 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage()
2217 setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity()); in handlePollStateResultMessage()
2266 getLteEarfcn(networkRegState.getCellIdentity())); in handlePollStateResultMessage()
3156 .filter(nri -> nri.getCellIdentity() != null) in getPrioritizedCellIdentities()
3162 .map(nri -> nri.getCellIdentity()) in getPrioritizedCellIdentities()
3590 mPhone.notifyLocationChanged(getCellIdentity()); in pollStateDone()
[all …]
DNetworkScanRequestTracker.java183 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc()
184 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
DPhone.java1959 public CellIdentity getCellIdentity() { in getCellIdentity() method in Phone
1960 return getServiceStateTracker().getCellIdentity(); in getCellIdentity()
1967 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in Phone
DGsmCdmaCallTracker.java1545 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in handleMessage()
DGsmCdmaPhone.java553 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java382 doReturn(cellLocation).when(mSST).getCellIdentity(); in testGetCellLocation()
383 assertEquals(cellLocation, mPhoneUT.getCellIdentity()); in testGetCellLocation()
389 doReturn(cdmaCellLocation).when(mSST).getCellIdentity(); in testGetCellLocation()
392 (CellIdentityCdma) mPhoneUT.getCellIdentity(); in testGetCellLocation()
DDefaultPhoneNotifierTest.java256 doReturn(mGsmCellLocation).when(mPhone).getCellIdentity(); in testNotifyCellLocation()
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.java3919 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in getCellLocationId()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt46945 method @NonNull public abstract android.telephony.CellIdentity getCellIdentity();
46960 method @NonNull public android.telephony.CellIdentityCdma getCellIdentity();
46967 method @NonNull public android.telephony.CellIdentityGsm getCellIdentity();
46974 method @NonNull public android.telephony.CellIdentityLte getCellIdentity();
46981 method @NonNull public android.telephony.CellIdentity getCellIdentity();
46988 method @NonNull public android.telephony.CellIdentityTdscdma getCellIdentity();
46995 method public android.telephony.CellIdentityWcdma getCellIdentity();
47539 method @Nullable public android.telephony.CellIdentity getCellIdentity();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28245 method public android.telephony.CellIdentityCdma getCellIdentity();
28252 method public android.telephony.CellIdentityGsm getCellIdentity();
28259 method public android.telephony.CellIdentityLte getCellIdentity();
28266 method public android.telephony.CellIdentityWcdma getCellIdentity();

12