Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseInputStreamTest.java334 WritableByteChannel targetChannel = output.getChannel(); in testOffsetCorrectFileChannelTransferTo() local
337 long bytesTransferred = fc.transferTo(startPosition, transferSize, targetChannel); in testOffsetCorrectFileChannelTransferTo()
352 targetChannel.close(); in testOffsetCorrectFileChannelTransferTo()