Home | History | Annotate | Download | only in pm

Lines Matching defs:pw

39         final PrintWriter pw = getOutPrintWriter();
58 pw.println("Remote exception: " + e);
75 final PrintWriter pw = getOutPrintWriter();
77 pw.println("OTA complete.");
79 pw.println("OTA incomplete.");
96 final PrintWriter pw = getOutPrintWriter();
100 pw.format(Locale.ROOT, "%.2f", progress);
106 final PrintWriter pw = getOutPrintWriter();
107 pw.println("OTA Dexopt (ota) commands:");
108 pw.println(" help");
109 pw.println(" Print this help text.");
110 pw.println("");
111 pw.println(" prepare");
112 pw.println(" Prepare an OTA dexopt pass, collecting all packages.");
113 pw.println(" done");
114 pw.println(" Replies whether the OTA is complete or not.");
115 pw.println(" step");
116 pw.println(" OTA dexopt the next package.");
117 pw.println(" next");
118 pw.println(" Get parameters for OTA dexopt of the next package.");
119 pw.println(" cleanup");
120 pw.println(" Clean up internal states. Ends an OTA session.");