Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DImportVCardActivity.java447 ReadableByteChannel inputChannel = null; in copyTo() local
451 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri)); in copyTo()
455 while (inputChannel.read(buffer) != -1) { in copyTo()
465 if (inputChannel != null) { in copyTo()
467 inputChannel.close(); in copyTo()