Home
last modified time | relevance | path

Searched refs:fileContents (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/aadb/src/com/android/cts/aadb/
DTestDeviceStressTest.java57 final String fileContents = "this is the test file contents"; in createTempTestFiles() local
60 FileUtil.writeToFile(fileContents, tmpFile); in createTempTestFiles()
DTestDeviceFuncTest.java194 final String fileContents = "this is the test file contents"; in createTempTestFile() local
196 FileUtil.writeToFile(fileContents, tmpFile); in createTempTestFile()
/cts/tests/tests/content/src/android/content/cts/
DReadableFileReceiverActivity.java117 String fileContents = new String(buffer); in testFileContents() local
118 return ReadableUriExtraToClipDataTest.TEST_INPUT.equals(fileContents); in testFileContents()
DImageCaptureUriExtraToClipDataTest.java115 String fileContents = new String(buffer); in testFileContents() local
116 assertEquals(TEST_INPUT, fileContents); in testFileContents()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java166 private void runTestsForKatFile(String blockMode, byte[] fileContents) throws Exception { in runTestsForKatFile() argument
171 new ByteArrayInputStream(fileContents), "ISO-8859-1")); in runTestsForKatFile()