Home
last modified time | relevance | path

Searched defs:contents (Results 1 – 9 of 9) sorted by relevance

/cts/tests/app/StorageDelegator/src/com/android/test/storagedelegator/
DStorageDelegator.java54 final String contents = getIntent().getStringExtra(EXTRA_CONTENTS); in onCreate() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DListeningPortsTest.java239 StringBuilder contents = new StringBuilder(); in parse() local
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java261 protected static void writeToFile(File file, String contents) throws Exception { in writeToFile()
276 protected void writeToFileWithDelegator(File file, String contents) throws Exception { in writeToFileWithDelegator()
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupRestoreTest.java269 StringBuilder contents = new StringBuilder(); in readFileContent() local
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_InstanceNonce.c85 static jshort contents[] = { 10, 20, 30 }; in InstanceNonce_returnShortArray() local
101 static const char *contents[] = { "blort", "zorch", "fizmo" }; in InstanceNonce_returnStringArray() local
Dandroid_jni_cts_StaticNonce.c85 static jshort contents[] = { 10, 20, 30 }; in StaticNonce_returnShortArray() local
100 static const char *contents[] = { "blort", "zorch", "fizmo" }; in StaticNonce_returnStringArray() local
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java271 String contents = new String(charContents); in writeToFile() local
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java211 public byte[] contents; field in MyDocumentsProvider.Doc
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java739 private static void assertFileContains(File file, String contents) throws IOException { in assertFileContains()