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.java30 import static android.scopedstorage.cts.lib.TestUtils.INTENT_EXCEPTION;
181 returnIntent.putExtra(INTENT_EXCEPTION, e); in onCreate()
194 intent.putExtra(INTENT_EXCEPTION, e); in queryForUri()
213 intent.putExtra(INTENT_EXCEPTION, e); in queryRowId()
235 intent.putExtra(INTENT_EXCEPTION, e); in queryOwnerPackageNames()
249 intent.putExtra(INTENT_EXCEPTION, e); in deleteMediaByUri()
269 intent.putExtra(INTENT_EXCEPTION, e); in updateMediaByUri()
299 intent.putExtra(INTENT_EXCEPTION, e); in queryMediaByUri()
314 intent.putExtra(INTENT_EXCEPTION, e); in queryWithArgs()
361 intent.putExtra(INTENT_EXCEPTION, e); in isFileDescriptorRedactedForUri()
[all …]
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java116 public static final String INTENT_EXCEPTION = "android.scopedstorage.cts.exception"; field in TestUtils
1997 if (intent.hasExtra(INTENT_EXCEPTION)) { in getFromTestApp()
1998 exception[0] = (Exception) (intent.getSerializableExtra(INTENT_EXCEPTION)); in getFromTestApp()
2034 if (intent.hasExtra(INTENT_EXCEPTION)) { in getFromTestApp()
2035 exception[0] = (Exception) (intent.getSerializableExtra(INTENT_EXCEPTION)); in getFromTestApp()