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.java52 public SimpleIconCache(Context context, String dbFileName, Looper bgLooper, int iconDpi, in SimpleIconCache()
105 String dbFileName = context.getString(R.string.cache_db_name); in getIconCache() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java137 public BaseIconCache(@NonNull final Context context, @Nullable final String dbFileName, in BaseIconCache()
758 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB()