Home
last modified time | relevance | path

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

/cts/tests/app/StorageDelegator/src/com/android/test/storagedelegator/
DStorageDelegator.java52 final String contents = getIntent().getStringExtra(EXTRA_CONTENTS); in onCreate() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DListeningPortsTest.java241 StringBuilder contents = new StringBuilder(); in parse() local
/cts/tests/tests/car/src/android/car/cts/
DCarWatchdogDaemonTest.java101 String contents = runShellCommand(STOP_CUSTOM_PERF_COLLECTION_CMD); in testRecordsIoPerformanceData() local
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java298 protected static void writeToFile(File file, String contents) throws Exception { in writeToFile()
313 protected void writeToFileWithDelegator(File file, String contents) throws Exception { in writeToFileWithDelegator()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioSimImpl.java683 public void sendEnvelope(int serial, String contents) { in sendEnvelope()
697 public void sendEnvelopeWithStatus(int serial, String contents) { in sendEnvelopeWithStatus()
712 public void sendTerminalResponseToSim(int serial, String contents) { in sendTerminalResponseToSim()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java271 String contents = new String(charContents); in writeToFile() local
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupRestoreTest.java279 StringBuilder contents = new StringBuilder(); in readFileContent() local
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java212 public byte[] contents; field in MyDocumentsProvider.Doc
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java186 String contents = null; in generateWrapper() local
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_InstanceNonce.c165 static jshort contents[] = { 10, 20, 30 }; in InstanceNonce_returnShortArray() local
188 static const char *contents[] = { "blort", "zorch", "fizmo" }; in InstanceNonce_returnStringArray() local
Dandroid_jni_cts_StaticNonce.c225 static jshort contents[] = { 10, 20, 30 }; in StaticNonce_returnShortArray() local
247 static const char *contents[] = { "blort", "zorch", "fizmo" }; in StaticNonce_returnStringArray() local
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java943 private static void assertFileContains(File file, String contents) throws IOException { in assertFileContains()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...