Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java914 assertLowerFsFdWithPassthrough(writePfd); in testOpenContentResolverFirstWriteContentResolver()
950 assertLowerFsFdWithPassthrough(readPfd); in testOpenContentResolverFirstWriteFilePath()
970 assertLowerFsFdWithPassthrough(writePfd); in testOpenContentResolverWriteOnly()
971 assertLowerFsFdWithPassthrough(readPfd); in testOpenContentResolverWriteOnly()
995 assertLowerFsFdWithPassthrough(writePfdDup); in testOpenContentResolverDup()
3181 private void assertLowerFsFdWithPassthrough(ParcelFileDescriptor pfd) throws Exception { in assertLowerFsFdWithPassthrough() method in ScopedStorageDeviceTest