/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityNr.java | 48 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 D | CellIdentityLte.java | 54 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 D | LinkBandwidthEstimator.java | 177 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 D | XtraSystemStatusObserver.cpp | 87 mTac = tac; in updateTac() 136 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
|
H A D | XtraSystemStatusObserver.h | 79 string mTac; variable
|
/aosp12/hardware/qcom/sm8150p/gps/gnss/ |
H A D | XtraSystemStatusObserver.cpp | 164 mTac = tac; in updateTac() 227 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
|
H A D | XtraSystemStatusObserver.h | 73 string mTac; variable
|
/aosp12/hardware/qcom/sm7150/gps/gnss/ |
H A D | XtraSystemStatusObserver.cpp | 165 mTac = tac; in updateTac() 228 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
|
H A D | XtraSystemStatusObserver.h | 73 string mTac; variable
|
/aosp12/hardware/qcom/sm7250/gps/gnss/ |
H A D | XtraSystemStatusObserver.h | 94 string mTac; variable
|
H A D | XtraSystemStatusObserver.cpp | 171 mTac = tac; in updateTac() 234 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
|
/aosp12/hardware/qcom/sm8150/gps/gnss/ |
H A D | XtraSystemStatusObserver.h | 94 string mTac; variable
|
H A D | XtraSystemStatusObserver.cpp | 171 mTac = tac; in updateTac() 234 << mTac << endl << mMccmnc << endl << mIsConnectivityStatusKnown; in onStatusRequested()
|
/aosp12/hardware/qcom/sm8150p/gps/core/ |
H A D | SystemStatus.cpp | 1335 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 D | SystemStatus.h | 863 std::vector<SystemStatusTac> mTac; variable
|
/aosp12/hardware/qcom/sm7250/gps/core/ |
H A D | SystemStatus.cpp | 1343 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 D | SystemStatus.h | 873 std::vector<SystemStatusTac> mTac; variable
|
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/ |
H A D | SystemStatus.cpp | 1302 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 D | SystemStatus.h | 782 std::vector<SystemStatusTac> mTac; variable
|
/aosp12/hardware/qcom/sm7150/gps/core/ |
H A D | SystemStatus.cpp | 1335 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 D | SystemStatus.h | 865 std::vector<SystemStatusTac> mTac; variable
|
/aosp12/hardware/qcom/sm8150/gps/core/ |
H A D | SystemStatus.cpp | 1343 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 D | SystemStatus.h | 873 std::vector<SystemStatusTac> mTac; variable
|
/aosp12/hardware/qcom/gps/msm8909w_3100/core/ |
H A D | SystemStatus.h | 562 std::vector<SystemStatusTac> mTac; variable
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56350 Landroid/telephony/CellIdentityLte;->mTac:I
|