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

  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
ApnDatabaseTest.java 208 final String[] testProjection =
218 Log.d(TAG, "testInsertCarriers query projection: " + Arrays.toString(testProjection)
222 uri, testProjection, selection, selectionArgs, null);
236 uri, testProjection, selectionToDelete, selectionArgsToDelete, null);
263 final String[] testProjection =
273 Log.d(TAG, "testInsertCarriers query projection: " + Arrays.toString(testProjection)
277 uri, testProjection, selection, selectionArgs, null);
303 uri, testProjection, selectionToDelete, selectionArgsToDelete, null);
331 final String[] testProjection =
341 Log.d(TAG, "testInsertCarriers query projection: " + Arrays.toString(testProjection)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_RawContactsTest.java 220 public void testProjection() throws Exception {
ContactsContract_ContactsTest.java 251 public void testProjection() throws Exception {

Completed in 1144 milliseconds