/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 | 70 public CellIdentity getCellIdentity() { in getCellIdentity() method in CellInfoNr
|
D | CellInfoWcdma.java | 87 public CellIdentityWcdma getCellIdentity() { in getCellIdentity() method in CellInfoWcdma
|
D | CellInfoGsm.java | 88 public @NonNull CellIdentityGsm getCellIdentity() { in getCellIdentity() method in CellInfoGsm
|
D | CellInfoTdscdma.java | 92 public @NonNull CellIdentityTdscdma getCellIdentity() { in getCellIdentity() method in CellInfoTdscdma
|
D | CellInfoCdma.java | 94 public @NonNull CellIdentityCdma getCellIdentity() { in getCellIdentity() method in CellInfoCdma
|
D | CellInfoLte.java | 98 public @NonNull CellIdentityLte getCellIdentity() { in getCellIdentity() method in CellInfoLte
|
D | CellInfo.java | 211 public abstract CellIdentity getCellIdentity(); in getCellIdentity() method in CellInfo
|
D | NetworkRegistrationInfo.java | 510 public CellIdentity getCellIdentity() { in getCellIdentity() method in NetworkRegistrationInfo
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/ |
D | VendorDataResetEventTracker.java | 130 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/ |
D | CellularLinkLayerStatsCollector.java | 212 isSameRegisteredCell = primaryCellInfo.getCellIdentity() in getIsSameRegisteredCell() 213 .equals(mLastPrimaryCellInfo.getCellIdentity()); in getIsSameRegisteredCell()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | LocaleTracker.java | 295 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo() 330 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo() 332 String mnc = cellInfo.getCellIdentity().getMncString(); in getMccMncFromCellInfo()
|
D | CellularNetworkValidator.java | 170 if (regInfo == null || regInfo.getCellIdentity() == null) return null; 172 CellIdentity cellIdentity = regInfo.getCellIdentity();
|
D | ServiceStateTracker.java | 1310 .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 …]
|
D | NetworkScanRequestTracker.java | 186 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc() 187 + ci.getCellIdentity().getMncString(); in doesCellInfoCorrespondToKnownMccMnc()
|
D | Phone.java | 1952 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
|
D | GsmCdmaCallTracker.java | 1547 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in handleMessage()
|
D | GsmCdmaPhone.java | 541 public void getCellIdentity(WorkSource workSource, Message rspMsg) { in getCellIdentity() method in GsmCdmaPhone
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 250 doReturn(mGsmCellLocation).when(mPhone).getCellIdentity(); in testNotifyCellLocation()
|
D | GsmCdmaPhoneTest.java | 386 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()
|
D | RILTest.java | 558 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()
|
D | ServiceStateTrackerTest.java | 905 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/ |
D | DcTracker.java | 3886 CellLocation loc = mPhone.getCellIdentity().asCellLocation(); in getCellLocationId()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 44965 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/ |
D | current.txt | 45109 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();
|