Home
last modified time | relevance | path

Searched defs:IconDB (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DBaseIconCache.java543 public static final class IconDB extends SQLiteCacheHelper { class in BaseIconCache
566 public IconDB(Context context, String dbFileName, int iconPixelSize) { in IconDB() method in BaseIconCache.IconDB