Home
last modified time | relevance | path

Searched refs:testContent (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DContentProviderTest.java404 final ContentValues testContent = new ContentValues(); in createAndInsertTestAudioFile() local
405 testContent.put(MediaStore.Audio.Media.DISPLAY_NAME, displayName); in createAndInsertTestAudioFile()
406 return resolver.insert(audioCollection, testContent); in createAndInsertTestAudioFile()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewPropertyAnimatorTests.java71 View testContent = view.findViewById(R.id.viewalpha_test_container); in testViewNonCustomAlpha()
72 testContent.animate().alpha(0.0f).setListener(new AnimatorListenerAdapter() { in testViewNonCustomAlpha()