Searched defs:pfd2 (Results 1 – 3 of 3) sorted by relevance
563 try (var pfd2 = ParcelFileDescriptor.fromFd(pfd1.getFd())) { in testFromFd()572 try (var pfd2 = pfd1.dup()) { in testDup()581 try (var pfd2 = ParcelFileDescriptor.dup(pfd1.getFileDescriptor())) { in testDupStatic()587 void checkSameFd(ParcelFileDescriptor pfd1, ParcelFileDescriptor pfd2) throws Exception { in checkSameFd()
157 ParcelFileDescriptor.MODE_READ_ONLY); in canSendReadOnlyPfds()
389 ParcelFileDescriptor pfd2, boolean assertSame) throws Exception { in assertFileContent()