Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java271 ContentValues values = newContentValues(entry, entry.title.toString(), in addIconToDBAndMemCache()
447 ContentValues values = newContentValues( in getEntryForPackageLocked()
546 … private ContentValues newContentValues(BitmapInfo bitmapInfo, String label, String packageName) { in newContentValues() method in BaseIconCache