Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java1205 String countKey = getCountKey(link, level); in update() local
1208 int currCount = sp.getInt(countKey, 0); in update()
1210 editor.putInt(countKey, currCount + 1); in update()
1238 String countKey = getCountKey(link, level); in getCount() local
1239 return sp.getInt(countKey, 0); in getCount()