Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DStorage.java163 ContentValues values = getContentValuesForData(title, date, location, mimeType, true); in addImageToMediaStore()
200 public ContentValues getContentValuesForData(String title, long date, Location location, in getContentValuesForData() method in Storage
371 ContentValues values = getContentValuesForData(title, date, location, mimeType, false); in updateImage()