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.java77 private static final int VALUE3 = 3; field in ContentResolverTest
108 values.put(COLUMN_VALUE_NAME, VALUE3); in setUp()
313 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testQuery()
348 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testQuery_WithSqlSelectionArgs()
486 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testCrashingQuery()
900 values.put(COLUMN_VALUE_NAME, VALUE3); in testDelete()
919 assertEquals(VALUE3, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testDelete()