Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DAnnotationTest.java37 private static final String VALUE2 = "Smith"; field in AnnotationTest
53 mAnnotation = new Annotation(KEY2, VALUE2); in testGetValue()
54 assertEquals(VALUE2, mAnnotation.getValue()); in testGetValue()
62 mAnnotation = new Annotation(KEY2, VALUE2); in testGetKey()
/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java46 private static final String VALUE2 = "value2"; field in ContentQueryMapTest
153 values.put(DummyProvider.VALUE, VALUE2); in testRequery()
167 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE)); in testRequery()
187 values.put(DummyProvider.VALUE, VALUE2); in testSetKeepUpdated()
208 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdated()
289 values.put(DummyProvider.VALUE, VALUE2); in testSetKeepUpdatedWithHandler()
310 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE)); in testSetKeepUpdatedWithHandler()
DContentResolverTest.java76 private static final int VALUE2 = 2; field in ContentResolverTest
103 values.put(COLUMN_VALUE_NAME, VALUE2); in setUp()
318 assertEquals(VALUE2, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testQuery()
491 assertEquals(VALUE2, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testCrashingQuery()
896 values.put(COLUMN_VALUE_NAME, VALUE2); in testDelete()