Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java564 checkSameFd(pfd1, pfd2); in testFromFd()
573 checkSameFd(pfd1, pfd2); in testDup()
582 checkSameFd(pfd1, pfd2); in testDupStatic()
587 void checkSameFd(ParcelFileDescriptor pfd1, ParcelFileDescriptor pfd2) throws Exception { in checkSameFd() method in ParcelFileDescriptorTest