Home
last modified time | relevance | path

Searched defs:withSelection (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java95 public Query withSelection(String selection, String... selectionArgs) { in withSelection() method in MockContentProvider.Query
329 public Delete withSelection(String selection, @Nullable String[] selectionArgs) { in withSelection() method in MockContentProvider.Delete