Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DSimpleIconCache.java50 public SimpleIconCache(Context context, String dbFileName, Looper bgLooper, int iconDpi, in SimpleIconCache() argument
52 super(context, dbFileName, bgLooper, iconDpi, iconPixelSize, inMemoryCache); in SimpleIconCache()
102 String dbFileName = context.getString(R.string.cache_db_name); in getIconCache() local
107 sIconCache = new SimpleIconCache(context.getApplicationContext(), dbFileName, in getIconCache()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java96 public BaseIconCache(Context context, String dbFileName, Looper bgLooper, in BaseIconCache() argument
99 mDbFileName = dbFileName; in BaseIconCache()
123 mIconDb = new IconDB(context, dbFileName, iconPixelSize); in BaseIconCache()
532 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB() argument
533 super(context, dbFileName, (RELEASE_VERSION << 16) + iconPixelSize, TABLE_NAME); in IconDB()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DGridMigrationTest.kt48 class GridMigrationData(dbFileName: String?, val gridState: DeviceGridState) { in <lambda>()
53 dbFileName, in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java112 public IconCache(Context context, InvariantDeviceProfile idp, String dbFileName, in IconCache() argument
114 super(context, dbFileName, MODEL_EXECUTOR.getLooper(), in IconCache()