Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffEntry.java370 putResourceCache(getKey(), new NameAndIcon(mAppLabel, mAppIcon, mAppIconId)); in loadLabelAndIcon()
382 putResourceCache( in loadLabelAndIcon()
395 putResourceCache(getKey(), new NameAndIcon(mAppLabel, mAppIcon, mAppIconId)); in loadLabelAndIcon()
407 putResourceCache( in loadLabelAndIcon()
581 private static void putResourceCache(String key, NameAndIcon nameAndIcon) { in putResourceCache() method in BatteryDiffEntry