/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | TrafficStatsTest.java | 58 assertTrue(TrafficStats.getTotalTxBytes() >= 0); in testValidTotalStats() 106 final long totalTxBytesBefore = TrafficStats.getTotalTxBytes(); in testTrafficStatsForLocalhost() 184 final long totalTxBytesAfter = TrafficStats.getTotalTxBytes(); in testTrafficStatsForLocalhost()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
H A D | OffloadStatistics.h | 45 uint64_t getTotalTxBytes();
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/ |
H A D | OffloadStatistics.h | 45 uint64_t getTotalTxBytes();
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
H A D | OffloadStatistics.h | 45 uint64_t getTotalTxBytes();
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
H A D | OffloadStatistics.cpp | 55 uint64_t OffloadStatistics::getTotalTxBytes() { in getTotalTxBytes() function in OffloadStatistics
|
H A D | HAL.cpp | 437 hidl_cb(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats() 438 fl.setResult(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
H A D | OffloadStatistics.cpp | 55 uint64_t OffloadStatistics::getTotalTxBytes() { in getTotalTxBytes() function in OffloadStatistics
|
H A D | HAL.cpp | 439 hidl_cb(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats() 440 fl.setResult(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
H A D | OffloadStatistics.cpp | 55 uint64_t OffloadStatistics::getTotalTxBytes() { in getTotalTxBytes() function in OffloadStatistics
|
H A D | HAL.cpp | 441 hidl_cb(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats() 442 fl.setResult(ret.getTotalRxBytes(), ret.getTotalTxBytes()); in getForwardedStats()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | FrameworkFacade.java | 304 public long getTotalTxBytes() { in getTotalTxBytes() method in FrameworkFacade 305 return TrafficStats.getTotalTxBytes(); in getTotalTxBytes()
|
H A D | WifiDataStall.java | 527 long txBytes = mFacade.getTotalTxBytes() - mFacade.getMobileTxBytes(); in isThroughputSufficientInternal()
|
H A D | WifiScoreCard.java | 1286 long txBytes = mFrameworkFacade.getTotalTxBytes() - mFrameworkFacade.getMobileTxBytes(); in updateLinkBandwidth()
|
H A D | WifiMetrics.java | 5480 staEvent.totalTxBytes = mFacade.getTotalTxBytes(); in addStaEvent() 6195 event.totalTxBytes = mFacade.getTotalTxBytes();
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | TrafficStats.java | 774 public static long getTotalTxBytes() { in getTotalTxBytes() method in TrafficStats
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiScoreCardTest.java | 201 when(mFrameworkFacade.getTotalTxBytes()).thenReturn(0L); in setUp() 1592 when(mFrameworkFacade.getTotalTxBytes()).thenReturn(mTotalTxBytes); in addTotalBytes() 1599 when(mFrameworkFacade.getTotalTxBytes()).thenReturn(mTotalTxBytes); in subtractTotalBytes()
|
H A D | WifiDataStallTest.java | 189 lenient().when(mFrameworkFacade.getTotalTxBytes()).thenReturn(txBytes); in setUpWifiBytes()
|
H A D | WifiMetricsTest.java | 3513 when(mFacade.getTotalTxBytes()).thenReturn((long) trigger[11]); in generateUnusableEventAtGivenTime()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 12074 HSPLandroid/net/TrafficStats;->getTotalTxBytes()J
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 26613 method public static long getTotalTxBytes();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 17289 method public static long getTotalTxBytes();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 12066 HSPLandroid/net/TrafficStats;->getTotalTxBytes()J
|