Searched refs:withSelection (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java335 * the key is an index into the selection argument array (see {@link Builder#withSelection})
503 * that was specified by {@link #withSelection} will be overwritten.
588 public Builder withSelection(String selection, String[] selectionArgs) { method in class:ContentProviderOperation.Builder
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java273 .withSelection("unused", selectionArgs)
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java222 .withSelection(selection, selectionArgs).build());
224 .withSelection(selection, selectionArgs).build());
227 .withSelection(selection, selectionArgs).build());

Completed in 164 milliseconds