Home
last modified time | relevance | path

Searched defs:fileContents (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DReadableFileReceiverActivity.java117 String fileContents = new String(buffer); in testFileContents() local
DImageCaptureUriExtraToClipDataTest.java116 String fileContents = new String(buffer); in assertFileContents() local
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java552 final String fileContents = "RED;GREEN;BLUE"; in testAddCompletedDownload() local
576 final String fileContents = "Test content:" + path + "_" + System.nanoTime(); in testAddCompletedDownload_downloadDir() local
597 final String fileContents = "RED;GREEN;BLUE"; in testAddCompletedDownload_invalidPaths() local
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java166 final String fileContents = "Test content:" + path + "_" + System.nanoTime(); in testAddCompletedDownload_publicDirs() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java204 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception { in runTestsForKatFile()
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_DownloadsTest.java120 final String fileContents = "RED;GREEN;BLUE"; in testScannedDownload() local
/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DOnDeviceIntelligenceManagerTest.java889 CompletableFuture<String> fileContents = new CompletableFuture<>(); in sendRequestToReadTestFile() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DBrailleDisplayControllerTest.java417 AtomicReference<String> fileContents = new AtomicReference<>(); in expectFileContents() local