Home
last modified time | relevance | path

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

/cts/tests/app/StorageDelegator/src/com/android/test/storagedelegator/
DStorageDelegator.java39 private static final String ACTION_CREATE_FILE_WITH_CONTENT = field in StorageDelegator
45 if (!getIntent().getAction().equals(ACTION_CREATE_FILE_WITH_CONTENT)) { in onCreate()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java89 private static final String ACTION_CREATE_FILE_WITH_CONTENT = field in DownloadManagerTestBase
315 mContext.startActivity(new Intent(ACTION_CREATE_FILE_WITH_CONTENT) in writeToFileWithDelegator()