Searched refs:KEY2 (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/text/src/android/text/cts/ |
D | AnnotationTest.java | 26 private static final String KEY2 = "family name"; field in AnnotationTest 48 mAnnotation = new Annotation(KEY2, VALUE2); in testGetValue() 56 mAnnotation = new Annotation(KEY2, VALUE2); in testGetKey() 57 assertEquals(KEY2, mAnnotation.getKey()); in testGetKey()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 49 private static final String KEY2 = "key2"; field in BundleTest 253 assertNull(mBundle.getCharSequence(KEY2)); in testGetCharSequence() 255 mBundle.putCharSequence(KEY2, mSpannable); in testGetCharSequence() 257 assertSpannableEquals(mSpannable, mBundle.getCharSequence(KEY2)); in testGetCharSequence() 260 assertSpannableEquals(mSpannable, mBundle.getCharSequence(KEY2)); in testGetCharSequence()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverTest.java | 77 private static final String KEY2 = "key2"; field in ContentResolverTest 106 values.put(COLUMN_KEY_NAME, KEY2); in setUp() 321 assertEquals(KEY2, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME))); in testQuery() 377 assertEquals(KEY2, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME))); in testCrashingQuery() 782 values.put(COLUMN_KEY_NAME, KEY2); in testDelete()
|