Home | History | Annotate | Download | only in view

Lines Matching defs:clientStream

7532                     OutputStream clientStream = null;
7534 clientStream = new ParcelFileDescriptor.AutoCloseOutputStream(out);
7535 ViewDebug.dispatchCommand(view, command, parameters, clientStream);
7539 if (clientStream != null) {
7541 clientStream.close();