Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DBaseIconCache.java279 ContentValues values = newContentValues(entry.bitmap, entry.title.toString(), in addIconToDBAndMemCache()
465 ContentValues values = newContentValues( in getEntryForPackageLocked()
587 private ContentValues newContentValues(BitmapInfo bitmapInfo, String label, in newContentValues() method in BaseIconCache
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java3363 ContentValues newContentValues = bestRestoreMatch.getContentValues(); in findAndRestoreAllMatches() local
3364 if (bestRestoreMatch.getMatchScore() != 0 && newContentValues != null) { in findAndRestoreAllMatches()
3367 newContentValues, in findAndRestoreAllMatches()
3375 newContentValues, in findAndRestoreAllMatches()