Searched defs:columnValueMap (Results 1 – 1 of 1) sorted by relevance
903 protected void storeValues(Uri contentUri, long id, Map<String, String> columnValueMap) { in storeValues() argument904 storeValues(ContentUris.withAppendedId(contentUri, id), columnValueMap); in storeValues() local907 protected void storeValues(Uri contentUri, Map<String, String> columnValueMap) { in storeValues() argument