Home
last modified time | relevance | path

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

/cts/tests/app/StorageDelegator/src/com/android/test/storagedelegator/
DStorageDelegator.java38 private static final String KEY_ERROR = "error"; field in StorageDelegator
66 result.putString(KEY_ERROR, e.getMessage()); in onCreate()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java94 private static final String KEY_ERROR = "error"; field in DownloadManagerTestBase
323 if (resultBundle.getString(KEY_ERROR) != null) { in writeToFileWithDelegator()
325 + resultBundle.getString(KEY_ERROR)); in writeToFileWithDelegator()