Home | History | Annotate | Download | only in vcard

Lines Matching refs:inputChannel

386             ReadableByteChannel inputChannel = null;
390 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri));
394 while (inputChannel.read(buffer) != -1) {
408 if (inputChannel != null) {
410 inputChannel.close();
412 Log.w(LOG_TAG, "Failed to close inputChannel.");