Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/
H A DSQLiteCacheHelper.java55 public void insertOrReplace(ContentValues values) { in insertOrReplace() method in SQLiteCacheHelper
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFileCache.java123 FileEntry.SCHEMA.insertOrReplace( in store()
H A DEntrySchema.java279 public long insertOrReplace(SQLiteDatabase db, Entry entry) { in insertOrReplace() method in EntrySchema
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DBaseIconCache.java295 mIconDb.insertOrReplace(values); in addIconToDB()