Searched refs:getSelectionWithId (Results 1 – 2 of 2) sorted by relevance
130 selection = getSelectionWithId(selection, ContentUris.parseId(uri)); in delete()151 selection = getSelectionWithId(selection, ContentUris.parseId(uri)); in update()165 private String getSelectionWithId(String selection, long id) { in getSelectionWithId() method in FilteredNumberProvider
204 selection = getSelectionWithId(id); in delete()252 selection = getSelectionWithId(ContentUris.parseId(uri)); in update()334 private String getSelectionWithId(long id) { in getSelectionWithId() method in AnnotatedCallLogContentProvider