Searched defs:dbFileName (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/ |
H A D | SimpleIconCache.java | 50 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
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
H A D | BaseIconCache.java | 97 public BaseIconCache(Context context, String dbFileName, Looper bgLooper, in BaseIconCache() 566 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
H A D | IconCache.java | 102 public IconCache(Context context, InvariantDeviceProfile idp, String dbFileName, in IconCache()
|