Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java592 assertEquals(0, tell(pfd1)); in checkSameFd()
593 assertEquals(0, tell(pfd2)); in checkSameFd()
597 assertEquals(2, tell(pfd1)); in checkSameFd()
598 assertEquals(2, tell(pfd2)); in checkSameFd()
607 long tell(ParcelFileDescriptor pfd) throws Exception { in tell() method in ParcelFileDescriptorTest