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

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentProviderOperationBuilderTest.java46 public void withSelection() { method in class:ContentProviderOperationBuilderTest
48 .withSelection("first", new String[] { "a", "b" })
49 .withSelection("second", new String[] { "c", "d" });
H A DContentProviderOperationTest.java53 builder.withSelection("id_column", new String[] { "5" });
67 builder.withSelection("id_column", new String[] { "5" });
H A DContentResolverTest.java221 .withSelection("id_column", new String[] { "99" })
225 .withSelection("id_column", new String[] { "11" })
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentProviderOperationBuilder.java32 public Builder withSelection(String selection, String[] selectionArgs) { method in class:ShadowContentProviderOperationBuilder

Completed in 109 milliseconds