Searched refs:testContent (Results 1 – 2 of 2) sorted by relevance
404 final ContentValues testContent = new ContentValues(); in createAndInsertTestAudioFile() local405 testContent.put(MediaStore.Audio.Media.DISPLAY_NAME, displayName); in createAndInsertTestAudioFile()406 return resolver.insert(audioCollection, testContent); in createAndInsertTestAudioFile()
71 View testContent = view.findViewById(R.id.viewalpha_test_container); in testViewNonCustomAlpha()72 testContent.animate().alpha(0.0f).setListener(new AnimatorListenerAdapter() { in testViewNonCustomAlpha()