Searched defs:pw (Results 1 - 25 of 79) sorted by relevance

1234

/frameworks/base/core/java/android/util/
H A DPrintStreamPrinter.java31 * @param pw The PrintWriter where you would like output to go.
33 public PrintStreamPrinter(PrintStream pw) { argument
34 mPS = pw;
H A DPrintWriterPrinter.java31 * @param pw The PrintWriter where you would like output to go.
33 public PrintWriterPrinter(PrintWriter pw) { argument
34 mPW = pw;
H A DTimeUtils.java262 public static void formatDuration(long duration, PrintWriter pw, int fieldLen) { argument
265 pw.print(new String(sFormatStr, 0, len));
270 public static void formatDuration(long duration, PrintWriter pw) { argument
271 formatDuration(duration, pw, 0);
275 public static void formatDuration(long time, long now, PrintWriter pw) { argument
277 pw.print("--");
280 formatDuration(time-now, pw, 0);
/frameworks/base/core/java/android/content/pm/
H A DServiceInfo.java44 public void dump(Printer pw, String prefix) { argument
45 super.dumpFront(pw, prefix);
46 pw.println(prefix + "permission=" + permission);
H A DComponentInfo.java113 protected void dumpFront(Printer pw, String prefix) { argument
114 super.dumpFront(pw, prefix);
115 pw.println(prefix + "enabled=" + enabled + " exported=" + exported
118 pw.println(prefix + "description=" + descriptionRes);
122 protected void dumpBack(Printer pw, String prefix) { argument
124 pw.println(prefix + "ApplicationInfo:");
125 applicationInfo.dump(pw, prefix + " ");
127 pw.println(prefix + "ApplicationInfo: null");
129 super.dumpBack(pw, prefix);
H A DPackageItemInfo.java222 protected void dumpFront(Printer pw, String prefix) { argument
224 pw.println(prefix + "name=" + name);
226 pw.println(prefix + "packageName=" + packageName);
228 pw.println(prefix + "labelRes=0x" + Integer.toHexString(labelRes)
234 protected void dumpBack(Printer pw, String prefix) { argument
H A DResolveInfo.java198 public void dump(Printer pw, String prefix) { argument
200 pw.println(prefix + "Filter:");
201 filter.dump(pw, prefix + " ");
203 pw.println(prefix + "priority=" + priority
209 pw.println(prefix + "resolvePackageName=" + resolvePackageName);
212 pw.println(prefix + "labelRes=0x" + Integer.toHexString(labelRes)
217 pw.println(prefix + "ActivityInfo:");
218 activityInfo.dump(pw, prefix + " ");
220 pw.println(prefix + "ServiceInfo:");
221 serviceInfo.dump(pw, prefi
[all...]
/frameworks/base/services/java/com/android/server/
H A DDiskStatsService.java44 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
69 pw.print("Test-Error: ");
70 pw.println(error.toString());
72 pw.print("Latency: ");
73 pw.print(after - before);
74 pw.println("ms [512B Data Write]");
77 reportFreeSpace(Environment.getDataDirectory(), "Data", pw);
78 reportFreeSpace(Environment.getDownloadCacheDirectory(), "Cache", pw);
79 reportFreeSpace(new File("/system"), "System", pw);
85 private void reportFreeSpace(File path, String name, PrintWriter pw) { argument
[all...]
H A DNetStatService.java67 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
70 pw.print("Elapsed: total=");
71 pw.print(SystemClock.elapsedRealtime());
72 pw.print("ms awake=");
73 pw.print(SystemClock.uptimeMillis());
74 pw.println("ms");
76 pw.print("Mobile: Tx=");
77 pw.print(getMobileTxBytes());
78 pw.print("B/");
79 pw
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DAppBindRecord.java34 void dump(PrintWriter pw, String prefix) { argument
35 pw.println(prefix + "service=" + service);
36 pw.println(prefix + "client=" + client);
37 dumpInIntentBind(pw, prefix);
40 void dumpInIntentBind(PrintWriter pw, String prefix) { argument
42 pw.println(prefix + "Per-process Connections:");
46 pw.println(prefix + " " + c);
H A DBroadcastFilter.java37 public void dump(PrintWriter pw, String prefix) { argument
38 dumpInReceiverList(pw, new PrintWriterPrinter(pw), prefix);
39 receiverList.dumpLocal(pw, prefix);
42 public void dumpBrief(PrintWriter pw, String prefix) { argument
43 dumpBroadcastFilterState(pw, prefix);
46 public void dumpInReceiverList(PrintWriter pw, Printer pr, String prefix) { argument
48 dumpBroadcastFilterState(pw, prefix);
51 void dumpBroadcastFilterState(PrintWriter pw, String prefix) { argument
53 pw
[all...]
H A DUriPermission.java84 void dump(PrintWriter pw, String prefix) { argument
85 pw.print(prefix); pw.print("modeFlags=0x");
86 pw.print(Integer.toHexString(modeFlags));
87 pw.print(" uid="); pw.print(uid);
88 pw.print(" globalModeFlags=0x");
89 pw.println(Integer.toHexString(globalModeFlags));
91 pw.print(prefix); pw
[all...]
H A DConnectionRecord.java36 void dump(PrintWriter pw, String prefix) { argument
37 pw.println(prefix + "binding=" + binding);
39 pw.println(prefix + "activity=" + activity);
41 pw.println(prefix + "conn=" + conn.asBinder()
H A DContentProviderRecord.java60 void dump(PrintWriter pw, String prefix) { argument
61 pw.print(prefix); pw.print("package=");
62 pw.print(info.applicationInfo.packageName);
63 pw.print("process="); pw.println(info.processName);
64 pw.print(prefix); pw.print("app="); pw.println(app);
66 pw
[all...]
H A DIntentBindRecord.java50 void dump(PrintWriter pw, String prefix) { argument
51 pw.print(prefix); pw.print("service="); pw.println(service);
52 dumpInService(pw, prefix);
55 void dumpInService(PrintWriter pw, String prefix) { argument
56 pw.print(prefix); pw.print("intent={");
57 pw.print(intent.getIntent().toShortString(true, false));
58 pw
[all...]
H A DReceiverList.java69 void dumpLocal(PrintWriter pw, String prefix) { argument
70 pw.print(prefix); pw.print("app="); pw.print(app);
71 pw.print(" pid="); pw.print(pid); pw.print(" uid="); pw.println(uid);
73 pw.print(prefix); pw
78 dump(PrintWriter pw, String prefix) argument
[all...]
H A DTaskRecord.java88 void dump(PrintWriter pw, String prefix) { argument
90 pw.print(prefix); pw.print("clearOnBackground="); pw.print(clearOnBackground);
91 pw.print(" numActivities="); pw.print(numActivities);
92 pw.print(" rootWasReset="); pw.println(rootWasReset);
95 pw.print(prefix); pw
[all...]
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java167 public void printShortString(PrintWriter pw) { argument
168 pw.print("{alpha="); pw.print(mAlpha);
169 pw.print(" matrix=");
170 mMatrix.printShortString(pw);
171 pw.print('}');
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneSubInfo.java134 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
137 pw.println("Permission Denial: can't dump PhoneSubInfo from from pid="
143 pw.println("Phone Subscriber Info:");
144 pw.println(" Phone Type = " + mPhone.getPhoneName());
145 pw.println(" Device ID = " + mPhone.getDeviceId());
H A DPhoneSubInfoProxy.java98 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
99 mPhoneSubInfo.dump(fd, pw, args);
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java266 public void dump(Printer pw, String prefix) { argument
267 pw.println(prefix + "Service:");
268 mService.dump(pw, prefix + " ");
269 pw.println(prefix + "mSettingsActivityName=" + mSettingsActivityName);
/frameworks/base/core/java/android/os/
H A DLooper.java207 public void dump(Printer pw, String prefix) { argument
208 pw.println(prefix + this);
209 pw.println(prefix + "mRun=" + mRun);
210 pw.println(prefix + "mThread=" + mThread);
211 pw.println(prefix + "mQueue=" + ((mQueue != null) ? mQueue : "(null"));
218 pw.println(prefix + " Message " + n + ": " + msg.toString(now));
222 pw.println(prefix + "(Total messages: " + n + ")");
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java245 public void dump(Printer pw, String prefix) { argument
246 pw.println(prefix + "inputType=0x" + Integer.toHexString(inputType)
249 pw.println(prefix + "actionLabel=" + actionLabel
251 pw.println(prefix + "initialSelStart=" + initialSelStart
255 pw.println(prefix + "hintText=" + hintText
257 pw.println(prefix + "packageName=" + packageName
260 pw.println(prefix + "extras=" + extras);
H A DInputMethodInfo.java243 public void dump(Printer pw, String prefix) { argument
244 pw.println(prefix + "mId=" + mId
246 pw.println(prefix + "mIsDefaultResId=0x"
248 pw.println(prefix + "Service:");
249 mService.dump(pw, prefix + " ");
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java154 public void dump(PrintWriter pw) { argument
156 pw.println("Icon list:");
158 pw.printf(" %2d: (%s) %s\n", i, mSlots[i], mIcons[i]);

Completed in 673 milliseconds

1234