Searched refs:VALUE1 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | AnnotationTest.java | 36 private static final String VALUE1 = "John"; field in AnnotationTest 45 new Annotation(KEY1, VALUE1); in testConstructor() 51 mAnnotation = new Annotation(KEY1, VALUE1); in testGetValue() 52 assertEquals(VALUE1, mAnnotation.getValue()); in testGetValue() 60 mAnnotation = new Annotation(KEY1, VALUE1); in testGetKey() 68 mAnnotation = new Annotation(KEY1, VALUE1); in testGetSpanTypeId() 77 mAnnotation = new Annotation(KEY1, VALUE1); in testWriteToParcel()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentQueryMapTest.java | 44 private static final String VALUE1 = "value1"; field in ContentQueryMapTest 72 values1.put(DummyProvider.VALUE, VALUE1); in setUp() 123 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE)); in testGetRows() 145 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE)); in testRequery() 163 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE)); in testRequery()
|
D | ContentResolverTest.java | 75 private static final int VALUE1 = 1; field in ContentResolverTest 98 values.put(COLUMN_VALUE_NAME, VALUE1); in setUp() 335 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testQuery_WithSqlSelectionArgs() 892 values.put(COLUMN_VALUE_NAME, VALUE1); in testDelete() 914 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testDelete() 932 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME))); in testDelete()
|