Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java271 ContentValues values = newContentValues(entry.bitmap, entry.title.toString(), in addIconToDBAndMemCache()
441 ContentValues values = newContentValues( in getEntryForPackageLocked()
553 private ContentValues newContentValues(BitmapInfo bitmapInfo, String label, in newContentValues() method in BaseIconCache
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3825 ContentValues newContentValues = bestRestoreMatch.getContentValues(); in findAndRestoreAllMatches() local
3826 if (bestRestoreMatch.getMatchScore() != 0 && newContentValues != null) { in findAndRestoreAllMatches()
3829 newContentValues, in findAndRestoreAllMatches()
3842 newContentValues, in findAndRestoreAllMatches()