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

  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 32 private static final String VALUE1 = "John";
51 new Annotation(KEY1, VALUE1);
61 mAnnotation = new Annotation(KEY1, VALUE1);
62 assertEquals(VALUE1, mAnnotation.getValue());
74 mAnnotation = new Annotation(KEY1, VALUE1);
86 mAnnotation = new Annotation(KEY1, VALUE1);
110 mAnnotation = new Annotation(KEY1, VALUE1);
  /frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
InnerTest.java 54 VALUE1(1),
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 48 private static final String VALUE1 = "value1";
74 values1.put(DummyProvider.VALUE, VALUE1);
143 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE));
177 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
195 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java 60 private static final int VALUE1 = 1;
81 values.put(COLUMN_VALUE_NAME, VALUE1);
173 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
472 values.put(COLUMN_VALUE_NAME, VALUE1);
494 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
512 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 

Completed in 118 milliseconds