Searched refs:getContentValuesForData (Results  1 – 1 of 1) sorted by relevance
| /packages/apps/Camera2/src/com/android/camera/ | 
| D | Storage.java | 163         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()
 
 |