HomeSort by relevance Sort by last modified time
    Searched refs:getSelectionWithId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumberProvider.java 129 selection = getSelectionWithId(selection, ContentUris.parseId(uri));
150 selection = getSelectionWithId(selection, ContentUris.parseId(uri));
164 private String getSelectionWithId(String selection, long id) {
  /packages/apps/Dialer/java/com/android/dialer/calllog/database/
AnnotatedCallLogContentProvider.java 249 selection = getSelectionWithId(id);
297 selection = getSelectionWithId(ContentUris.parseId(uri));
383 private String getSelectionWithId(long id) {

Completed in 748 milliseconds