Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java27 import static android.scopedstorage.cts.lib.TestUtils.INTENT_EXCEPTION;
132 returnIntent.putExtra(INTENT_EXCEPTION, e); in onCreate()
145 intent.putExtra(INTENT_EXCEPTION, e); in queryForUri()
163 intent.putExtra(INTENT_EXCEPTION, e); in isFileDescriptorRedactedForUri()
176 intent.putExtra(INTENT_EXCEPTION, new IOException("")); in isFilePathForUriRedacted()
183 intent.putExtra(INTENT_EXCEPTION, e); in isFilePathForUriRedacted()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java96 public static final String INTENT_EXCEPTION = "android.scopedstorage.cts.exception"; field in TestUtils
1457 if (intent.hasExtra(INTENT_EXCEPTION)) { in getFromTestApp()
1458 exception[0] = (Exception) (intent.getSerializableExtra(INTENT_EXCEPTION)); in getFromTestApp()
1485 if (intent.hasExtra(INTENT_EXCEPTION)) { in getFromTestApp()
1486 exception[0] = (Exception) (intent.getSerializableExtra(INTENT_EXCEPTION)); in getFromTestApp()