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

  /frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/dummy/
InnerTest.java 55 VALUE1(1),
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 27 private static final String VALUE1 = "John";
41 new Annotation(KEY1, VALUE1);
46 mAnnotation = new Annotation(KEY1, VALUE1);
47 assertEquals(VALUE1, mAnnotation.getValue());
54 mAnnotation = new Annotation(KEY1, VALUE1);
61 mAnnotation = new Annotation(KEY1, VALUE1);
69 mAnnotation = new Annotation(KEY1, VALUE1);
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 42 private static final String VALUE1 = "value1";
68 values1.put(DummyProvider.VALUE, VALUE1);
117 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE));
139 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
157 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java 74 private static final int VALUE1 = 1;
97 values.put(COLUMN_VALUE_NAME, VALUE1);
330 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
778 values.put(COLUMN_VALUE_NAME, VALUE1);
800 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 

Completed in 40 milliseconds