Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java67 private static final String[] PROJECTIONS = new String[] { field in AsyncQueryHandlerTest
134 cursor = mResolver.query(DummyProvider.CONTENT_URI, PROJECTIONS, null, null, ORDER_BY); in testStartInsert()
151 PROJECTIONS, null, null, ORDER_BY, NO_CANCEL); in testStartQuery()
176 PROJECTIONS, null, null, ORDER_BY, CANCELABLE); in testStartQuery()
209 cursor = mResolver.query(DummyProvider.CONTENT_URI, PROJECTIONS, null, null, ORDER_BY); in testStartUpdate()
249 cursor = mResolver.query(DummyProvider.CONTENT_URI, PROJECTIONS, null, null, ORDER_BY); in testStartDelete()
336 DummyProvider.CONTENT_URI_MOCK_OPERATION, PROJECTIONS, null, null, ORDER_BY); in injectMockQuery()
DContentQueryMapTest.java52 private static final String[] PROJECTIONS = new String[] { field in ContentQueryMapTest
77 mCursor = mResolver.query(DummyProvider.CONTENT_URI, PROJECTIONS, null, null, null); in setUp()