Searched defs:dbFileName (Results 1 – 2 of 2) sorted by relevance
52 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
137 public BaseIconCache(@NonNull final Context context, @Nullable final String dbFileName, in BaseIconCache()758 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB()