Home | History | Annotate | Download | only in vcard

Lines Matching defs:inputChannel

388             ReadableByteChannel inputChannel = null;
392 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri));
396 while (inputChannel.read(buffer) != -1) {
410 if (inputChannel != null) {
412 inputChannel.close();
414 Log.w(LOG_TAG, "Failed to close inputChannel.");