Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberProvider.java130 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
/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DAnnotatedCallLogContentProvider.java204 selection = getSelectionWithId(id); in delete()
252 selection = getSelectionWithId(ContentUris.parseId(uri)); in update()
334 private String getSelectionWithId(long id) { in getSelectionWithId() method in AnnotatedCallLogContentProvider