Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimator.java696 private int getCurrentCount() { in getCurrentCount() method
755 if (!mBwSampleValid || getCurrentCount() <= BW_STATS_COUNT_THRESHOLD + 1 in calculateError()