Home
last modified time | relevance | path

Searched defs:tetherStatsList (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java95 final TetherStatsParcel[] tetherStatsList; in tetherOffloadGetStats() local
123 final SparseArray<TetherStatsValue> tetherStatsList = new SparseArray<TetherStatsValue>(); in toTetherStatsValueSparseArray() local
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java231 final SparseArray<TetherStatsValue> tetherStatsList = new SparseArray<TetherStatsValue>(); in tetherOffloadGetStats() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java2129 SparseArray<TetherStatsValue> tetherStatsList = new SparseArray<TetherStatsValue>(); in maybeClearLimit() local
2223 private void updateQuotaAndStatsFromSnapshot( in updateQuotaAndStatsFromSnapshot()
2261 final SparseArray<TetherStatsValue> tetherStatsList = in updateForwardedStats() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java727 private void updateStatsEntriesAndWaitForUpdate(@NonNull TetherStatsParcel[] tetherStatsList) in updateStatsEntriesAndWaitForUpdate()