HomeSort by relevance Sort by last modified time
    Searched defs:VALUE1 (Results 1 - 6 of 6) 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 36 private static final String VALUE1 = "John";
45 new Annotation(KEY1, VALUE1);
51 mAnnotation = new Annotation(KEY1, VALUE1);
52 assertEquals(VALUE1, mAnnotation.getValue());
60 mAnnotation = new Annotation(KEY1, VALUE1);
68 mAnnotation = new Annotation(KEY1, VALUE1);
77 mAnnotation = new Annotation(KEY1, VALUE1);
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
SparseMappingTableTest.java 42 final long VALUE1 = 100;
82 table.setValue(key, VALUE1);
106 Assert.assertEquals(VALUE1, table1.getValue(key));
123 table.setValue(key, VALUE1);
175 table.setValue(key, VALUE1);
177 Assert.assertEquals(VALUE1, table.getValue(key));
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 44 private static final String VALUE1 = "value1";
72 values1.put(DummyProvider.VALUE, VALUE1);
123 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE));
145 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
163 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java 75 private static final int VALUE1 = 1;
98 values.put(COLUMN_VALUE_NAME, VALUE1);
335 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 

Completed in 168 milliseconds