Searched refs:dbFileName (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/iconloaderlib/src_full_lib/com/android/launcher3/icons/ |
D | SimpleIconCache.java | 50 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/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | BaseIconCache.java | 93 public BaseIconCache(Context context, String dbFileName, Looper bgLooper, in BaseIconCache() argument 96 mDbFileName = dbFileName; in BaseIconCache() 127 mIconDb = new IconDB(context, dbFileName, iconPixelSize); in BaseIconCache() 526 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB() argument 527 super(context, dbFileName, (RELEASE_VERSION << 16) + iconPixelSize, TABLE_NAME); in IconDB()
|