Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java48 private static final String VALUE3 = "value3"; field in ContentQueryMapTest
231 values.put(DummyProvider.VALUE, VALUE3); in testSetKeepUpdated()
239 assertEquals(VALUE3, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdated()
267 assertEquals(VALUE3, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdated()
320 values.put(DummyProvider.VALUE, VALUE3); in testSetKeepUpdatedWithHandler()
328 assertEquals(VALUE3, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdatedWithHandler()
343 assertEquals(VALUE3, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdatedWithHandler()
DContentResolverTest.java83 private static final int VALUE3 = 3; field in ContentResolverTest
114 values.put(COLUMN_VALUE_NAME, VALUE3); in setUp()
322 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testQuery()
357 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testQuery_WithSqlSelectionArgs()
495 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testCrashingQuery()
909 values.put(COLUMN_VALUE_NAME, VALUE3); in testDelete()
928 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testDelete()