Searched refs:wrappedPfd (Results 1 – 1 of 1) sorted by relevance
530 ParcelFileDescriptor wrappedPfd = new ParcelFileDescriptor(pfd); in testCheckFinalizerBehavior() local531 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()