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

  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 41 private static final String NAME0 = "name0";
66 values0.put(DummyProvider.NAME, NAME0);
120 assertTrue(rows.containsKey(NAME0));
121 assertEquals(VALUE0, rows.get(NAME0).getAsString(DummyProvider.VALUE));
129 assertFalse(rows.containsKey(NAME0));
132 assertFalse(rows.containsKey(NAME0));
139 ContentValues contentValues = mContentQueryMap.getValues(NAME0);
150 // update NAME0 and VALUE0
155 DummyProvider.NAME + " = '" + NAME0 + "'", null)
    [all...]
AsyncQueryHandlerTest.java 54 private static final String NAME0 = "name0";
81 values0.put(DummyProvider.NAME, NAME0);
160 assertEquals(NAME0, cursor.getString(NAME_COLUMN_INDEX));
190 DummyProvider.NAME + "=?", new String[] { NAME0 }, NO_CANCEL);
230 DummyProvider.NAME + "=?", new String[] { NAME0 }, NO_CANCEL);
244 // only NAME0 has been deleted.

Completed in 777 milliseconds