Home
last modified time | relevance | path

Searched defs:dbFileName (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DSimpleIconCache.java50 public SimpleIconCache(Context context, String dbFileName, Looper bgLooper, int iconDpi, in SimpleIconCache()
102 String dbFileName = context.getString(R.string.cache_db_name); in getIconCache() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java100 public BaseIconCache(Context context, String dbFileName, Looper bgLooper, in BaseIconCache()
543 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB()