Home
last modified time | relevance | path

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

/cts/tests/app/DownloadManagerLegacyTest/src/android/app/cts/
DDownloadManagerLegacyTest.java51 final String fileContents = "Test content:" + path + "_" + System.nanoTime(); in testAddCompletedDownload() local
76 final String fileContents = "RED;GREEN;BLUE"; in testAddCompletedDownload_invalidPublicDir() local
/cts/tests/tests/content/src/android/content/cts/
DReadableFileReceiverActivity.java117 String fileContents = new String(buffer); in testFileContents() local
DImageCaptureUriExtraToClipDataTest.java115 String fileContents = new String(buffer); in assertFileContents() local
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java503 final String fileContents = "RED;GREEN;BLUE"; in testAddCompletedDownload() local
524 final String fileContents = "RED;GREEN;BLUE"; in testAddCompletedDownload_invalidPaths() local
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java138 final String fileContents = "Test content:" + path + "_" + System.nanoTime(); in testAddCompletedDownload_publicDirs() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java166 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception { in runTestsForKatFile()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_DownloadsTest.java114 final String fileContents = "RED;GREEN;BLUE"; in testScannedDownload() local