Home
last modified time | relevance | path

Searched refs:mTac (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityNr.java48 private final int mTac; field in CellIdentityNr
60 mTac = CellInfo.UNAVAILABLE; in CellIdentityNr()
88 mTac = inRangeOrUnavailable(tac, 0, MAX_TAC); in CellIdentityNr()
144 int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1; in asCellLocation()
152 return Objects.hash(super.hashCode(), mPci, mTac, in hashCode()
167 return super.equals(o) && mPci == o.mPci && mTac == o.mTac && mNrArfcn == o.mNrArfcn in equals()
224 return mTac; in getTac()
261 .append(" mTac = ").append(mTac) in toString()
278 dest.writeInt(mTac); in writeToParcel()
289 mTac = in.readInt(); in CellIdentityNr()
H A DCellIdentityLte.java54 private final int mTac; field in CellIdentityLte
75 mTac = CellInfo.UNAVAILABLE; in CellIdentityLte()
125 mTac = inRangeOrUnavailable(tac, 0, MAX_TAC); in CellIdentityLte()
165 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBands, cid.mBandwidth, cid.mMccStr, in CellIdentityLte()
234 return mTac; in getTac()
327 int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1; in asCellLocation()
336 return Objects.hash(mCi, mPci, mTac, mEarfcn, Arrays.hashCode(mBands), in hashCode()
353 && mTac == o.mTac in equals()
369 .append(" mTac=").append(mTac) in toString()
389 dest.writeInt(mTac); in writeToParcel()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimator.java177 private int mTac; field in LinkBandwidthEstimator
528 .append(" tac ").append(mTac) in updateBandwidthTxRxSamples()
624 network = lookupNetwork(mPlmn, mTac, dataRatName);
681 NetworkBandwidth network = lookupNetwork(mPlmn, mTac, dataRatName);
924 mTac = getTac(cellIdentity); in updateDataRatCellIdentityBandwidth()
1012 private final int mTac; field in LinkBandwidthEstimator.NetworkKey
1015 mTac = tac; in NetworkKey()
1030 && mTac == that.mTac in equals()
1036 return Objects.hash(mPlmn, mDataRat, mTac); in hashCode()
1043 .append("Tac").append(mTac) in toString()
[all …]
/aosp12/hardware/qcom/sdm845/gps/sdm845/gnss/
H A DXtraSystemStatusObserver.cpp87 mTac = tac; in updateTac()
136 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
H A DXtraSystemStatusObserver.h79 string mTac; variable
/aosp12/hardware/qcom/sm8150p/gps/gnss/
H A DXtraSystemStatusObserver.cpp164 mTac = tac; in updateTac()
227 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
H A DXtraSystemStatusObserver.h73 string mTac; variable
/aosp12/hardware/qcom/sm7150/gps/gnss/
H A DXtraSystemStatusObserver.cpp165 mTac = tac; in updateTac()
228 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
H A DXtraSystemStatusObserver.h73 string mTac; variable
/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DXtraSystemStatusObserver.h94 string mTac; variable
H A DXtraSystemStatusObserver.cpp171 mTac = tac; in updateTac()
234 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DXtraSystemStatusObserver.h94 string mTac; variable
H A DXtraSystemStatusObserver.cpp171 mTac = tac; in updateTac()
234 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DSystemStatus.cpp1335 mCache.mTac.clear(); in SystemStatus()
1559 ret = setIteminReport(mCache.mTac, in eventDataItemNotify()
1630 getIteminReport(report.mTac, mCache.mTac); in getReport()
1672 report.mTac.clear(); in getReport()
H A DSystemStatus.h863 std::vector<SystemStatusTac> mTac; variable
/aosp12/hardware/qcom/sm7250/gps/core/
H A DSystemStatus.cpp1343 mCache.mTac.clear(); in SystemStatus()
1570 ret = setIteminReport(mCache.mTac, in eventDataItemNotify()
1641 getIteminReport(report.mTac, mCache.mTac); in getReport()
1683 report.mTac.clear(); in getReport()
H A DSystemStatus.h873 std::vector<SystemStatusTac> mTac; variable
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DSystemStatus.cpp1302 mCache.mTac.clear(); in SystemStatus()
1526 ret = setIteminReport(mCache.mTac, in eventDataItemNotify()
1597 getIteminReport(report.mTac, mCache.mTac); in getReport()
1639 report.mTac.clear(); in getReport()
H A DSystemStatus.h782 std::vector<SystemStatusTac> mTac; variable
/aosp12/hardware/qcom/sm7150/gps/core/
H A DSystemStatus.cpp1335 mCache.mTac.clear(); in SystemStatus()
1562 ret = setIteminReport(mCache.mTac, in eventDataItemNotify()
1633 getIteminReport(report.mTac, mCache.mTac); in getReport()
1675 report.mTac.clear(); in getReport()
H A DSystemStatus.h865 std::vector<SystemStatusTac> mTac; variable
/aosp12/hardware/qcom/sm8150/gps/core/
H A DSystemStatus.cpp1343 mCache.mTac.clear(); in SystemStatus()
1570 ret = setIteminReport(mCache.mTac, in eventDataItemNotify()
1641 getIteminReport(report.mTac, mCache.mTac); in getReport()
1683 report.mTac.clear(); in getReport()
H A DSystemStatus.h873 std::vector<SystemStatusTac> mTac; variable
/aosp12/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.h562 std::vector<SystemStatusTac> mTac; variable
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56350 Landroid/telephony/CellIdentityLte;->mTac:I