Home | History | Annotate | Download | only in view

Lines Matching defs:clientStream

7102                     OutputStream clientStream = null;
7104 clientStream = new ParcelFileDescriptor.AutoCloseOutputStream(out);
7105 ViewDebug.dispatchCommand(view, command, parameters, clientStream);
7109 if (clientStream != null) {
7111 clientStream.close();