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

  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 33 private static final String VALUE2 = "Smith";
63 mAnnotation = new Annotation(KEY2, VALUE2);
64 assertEquals(VALUE2, mAnnotation.getValue());
76 mAnnotation = new Annotation(KEY2, VALUE2);
  /frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
InnerTest.java 55 VALUE2(2);
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 50 private static final String VALUE2 = "value2";
185 values.put(DummyProvider.VALUE, VALUE2);
199 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE));
236 values.put(DummyProvider.VALUE, VALUE2);
257 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE));
336 values.put(DummyProvider.VALUE, VALUE2);
357 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java 61 private static final int VALUE2 = 2;
85 values.put(COLUMN_VALUE_NAME, VALUE2);
161 assertEquals(VALUE2, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
476 values.put(COLUMN_VALUE_NAME, VALUE2);
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 

Completed in 82 milliseconds