Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java1208 int currCount = sp.getInt(countKey, 0); in update() local
1210 editor.putInt(countKey, currCount + 1); in update()