Home
last modified time | relevance | path

Searched refs:EXTRA_CONTENTS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/StorageDelegator/src/com/android/test/storagedelegator/
DStorageDelegator.java36 private static final String EXTRA_CONTENTS = "contents"; field in StorageDelegator
52 final String contents = getIntent().getStringExtra(EXTRA_CONTENTS); in onCreate()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java92 private static final String EXTRA_CONTENTS = "contents"; field in DownloadManagerTestBase
318 .putExtra(EXTRA_CONTENTS, contents) in writeToFileWithDelegator()