Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java530 ParcelFileDescriptor wrappedPfd = new ParcelFileDescriptor(pfd); in testCheckFinalizerBehavior() local
531 assertTrue(checkIsValid(wrappedPfd.getFileDescriptor())); in testCheckFinalizerBehavior()
539 checkIsValid(wrappedPfd.getFileDescriptor())); in testCheckFinalizerBehavior()
542 wrappedPfd = null; in testCheckFinalizerBehavior()
543 assertNull(wrappedPfd); // To keep tools happy - yes we are using the write to null in testCheckFinalizerBehavior()