Searched refs:countKey (Results 1 – 1 of 1) sorted by relevance
1205 String countKey = getCountKey(link, level); in update() local1208 int currCount = sp.getInt(countKey, 0); in update()1210 editor.putInt(countKey, currCount + 1); in update()1238 String countKey = getCountKey(link, level); in getCount() local1239 return sp.getInt(countKey, 0); in getCount()