Home | History | Annotate | Download | only in view

Lines Matching refs:clientStream

4751                     OutputStream clientStream = null;
4753 clientStream = new ParcelFileDescriptor.AutoCloseOutputStream(out);
4754 ViewDebug.dispatchCommand(view, command, parameters, clientStream);
4758 if (clientStream != null) {
4760 clientStream.close();