Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java44 private static final String VALUE0 = "value0"; field in ContentQueryMapTest
69 values0.put(DummyProvider.VALUE, VALUE0); in setUp()
123 assertEquals(VALUE0, rows.get(NAME0).getAsString(DummyProvider.VALUE)); in testGetRows()
143 assertEquals(VALUE0, contentValues.getAsString(DummyProvider.VALUE)); in testRequery()
182 assertEquals(VALUE0, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdated()
197 assertEquals(VALUE0, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdated()
261 values.put(DummyProvider.VALUE, VALUE0); in testSetKeepUpdated()
284 assertEquals(VALUE0, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdatedWithHandler()
299 assertEquals(VALUE0, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdatedWithHandler()
337 values.put(DummyProvider.VALUE, VALUE0); in testSetKeepUpdatedWithHandler()