Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java33 import static android.scopedstorage.cts.lib.TestUtils.IS_URI_REDACTED_VIA_FILE_DESCRIPTOR_FOR_WRITE;
115 case IS_URI_REDACTED_VIA_FILE_DESCRIPTOR_FOR_WRITE: in onCreate()
156 final String mode = queryType.equals(IS_URI_REDACTED_VIA_FILE_DESCRIPTOR_FOR_WRITE) in isFileDescriptorRedactedForUri()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java107 public static final String IS_URI_REDACTED_VIA_FILE_DESCRIPTOR_FOR_WRITE = field in TestUtils
366 String actionName = IS_URI_REDACTED_VIA_FILE_DESCRIPTOR_FOR_WRITE; in canOpenRedactedUriForWrite()