Searched defs:dbFileName (Results 1 – 2 of 2) sorted by relevance
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
100 public BaseIconCache(Context context, String dbFileName, Looper bgLooper, in BaseIconCache()543 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB()