Searched refs:assertRWR (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 915 assertRWR(readPfd, writePfd); in testOpenFilePathFirstWriteContentResolver() 933 assertRWR(readPfd, writePfd); in testOpenContentResolverFirstWriteContentResolver() 951 assertRWR(readPfd, writePfd); in testOpenFilePathFirstWriteFilePath() 969 assertRWR(readPfd, writePfd); in testOpenContentResolverFirstWriteFilePath() 988 assertRWR(readPfd, writePfd); in testOpenContentResolverWriteOnly() 989 assertRWR(writePfd, readPfd); // Can read on 'w' only pfd in testOpenContentResolverWriteOnly() 1014 assertRWR(readPfd, writePfdDup); in testOpenContentResolverDup() 1222 assertRWR(upperCasePfd, lowerCasePfd); in testCacheConsistencyForCaseInsensitivity() 1223 assertRWR(lowerCasePfd, upperCasePfd); in testCacheConsistencyForCaseInsensitivity() 3431 private void assertRWR(ParcelFileDescriptor readPfd, ParcelFileDescriptor writePfd) in assertRWR() method in ScopedStorageDeviceTest
|