Searched defs:pw (Results 1 - 25 of 329) sorted by path

1234567891011>>

/frameworks/base/core/java/android/app/
H A DActivityManager.java2769 PrintWriter pw = new FastPrintWriter(fout);
2770 dumpService(pw, fd, "package", new String[] { packageName });
2771 pw.println();
2772 dumpService(pw, fd, Context.ACTIVITY_SERVICE, new String[] {
2774 pw.println();
2775 dumpService(pw, fd, "meminfo", new String[] { "--local", "--package", packageName });
2776 pw.println();
2777 dumpService(pw, fd, ProcessStats.SERVICE_NAME, new String[] { packageName });
2778 pw.println();
2779 dumpService(pw, f
2785 dumpService(PrintWriter pw, FileDescriptor fd, String name, String[] args) argument
[all...]
H A DActivityThread.java976 PrintWriter pw = new FastPrintWriter(fout);
978 dumpMemInfo(pw, mem, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly);
980 pw.flush();
984 private void dumpMemInfo(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, argument
1009 dumpMemInfoTable(pw, memInfo, checkin, dumpFullInfo, dumpDalvik, dumpSummaryOnly,
1020 pw.print(viewInstanceCount); pw.print(',');
1021 pw.print(viewRootInstanceCount); pw.print(',');
1022 pw
1949 printRow(PrintWriter pw, String format, Object...objs) argument
1953 dumpMemInfoTable(PrintWriter pw, Debug.MemoryInfo memInfo, boolean checkin, boolean dumpFullInfo, boolean dumpDalvik, boolean dumpSummaryOnly, int pid, String processName, long nativeMax, long nativeAllocated, long nativeFree, long dalvikMax, long dalvikAllocated, long dalvikFree) argument
[all...]
H A DApplicationErrorReport.java345 PrintWriter pw = new FastPrintWriter(sw, false, 256);
346 tr.printStackTrace(pw);
347 pw.flush();
419 public void dump(Printer pw, String prefix) { argument
420 pw.println(prefix + "exceptionClassName: " + exceptionClassName);
421 pw.println(prefix + "exceptionMessage: " + exceptionMessage);
422 pw.println(prefix + "throwFileName: " + throwFileName);
423 pw.println(prefix + "throwClassName: " + throwClassName);
424 pw.println(prefix + "throwMethodName: " + throwMethodName);
425 pw
476 dump(Printer pw, String prefix) argument
537 dump(Printer pw, String prefix) argument
584 dump(Printer pw, String prefix) argument
608 dump(Printer pw, String prefix) argument
[all...]
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/app/admin/
H A DDeviceAdminInfo.java463 public void dump(Printer pw, String prefix) { argument
464 pw.println(prefix + "Receiver:");
465 mReceiver.dump(pw, prefix + " ");
/frameworks/base/core/java/android/content/
H A DComponentName.java178 private static void printShortClassName(PrintWriter pw, String packageName, argument
184 pw.write(className, PN, CN-PN);
188 pw.print(className);
236 public static void printShortString(PrintWriter pw, String packageName, String className) { argument
237 pw.print(packageName);
238 pw.print('/');
239 printShortClassName(pw, packageName, className);
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java747 public void dump(Printer pw, String prefix) { argument
748 super.dumpFront(pw, prefix);
750 pw.println(prefix + "permission=" + permission);
752 pw.println(prefix + "taskAffinity=" + taskAffinity
756 pw.println(prefix + "launchMode=" + launchMode
762 pw.println(prefix + "screenOrientation=" + screenOrientation
767 pw.println(prefix + " uiOptions=0x" + Integer.toHexString(uiOptions));
769 pw.println(prefix + "resizeable=" + resizeable + " lockTaskLaunchMode="
771 super.dumpBack(pw, prefix);
H A DApplicationInfo.java657 public void dump(Printer pw, String prefix) { argument
658 super.dumpFront(pw, prefix);
660 pw.println(prefix + "className=" + className);
663 pw.println(prefix + "permission=" + permission);
665 pw.println(prefix + "processName=" + processName);
666 pw.println(prefix + "taskAffinity=" + taskAffinity);
667 pw.println(prefix + "uid=" + uid + " flags=0x" + Integer.toHexString(flags)
670 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp
673 pw.println(prefix + "sourceDir=" + sourceDir);
675 pw
[all...]
H A DComponentInfo.java142 protected void dumpFront(Printer pw, String prefix) { argument
143 super.dumpFront(pw, prefix);
144 pw.println(prefix + "enabled=" + enabled + " exported=" + exported
147 pw.println(prefix + "description=" + descriptionRes);
151 protected void dumpBack(Printer pw, String prefix) { argument
153 pw.println(prefix + "ApplicationInfo:");
154 applicationInfo.dump(pw, prefix + " ");
156 pw.println(prefix + "ApplicationInfo: null");
158 super.dumpBack(pw, prefix);
H A DPackageInstaller.java1025 public void dump(IndentingPrintWriter pw) { argument
1026 pw.printPair("mode", mode);
1027 pw.printHexPair("installFlags", installFlags);
1028 pw.printPair("installLocation", installLocation);
1029 pw.printPair("sizeBytes", sizeBytes);
1030 pw.printPair("appPackageName", appPackageName);
1031 pw.printPair("appIcon", (appIcon != null));
1032 pw.printPair("appLabel", appLabel);
1033 pw.printPair("originatingUri", originatingUri);
1034 pw
[all...]
H A DPackageItemInfo.java285 protected void dumpFront(Printer pw, String prefix) { argument
287 pw.println(prefix + "name=" + name);
289 pw.println(prefix + "packageName=" + packageName);
291 pw.println(prefix + "labelRes=0x" + Integer.toHexString(labelRes)
298 protected void dumpBack(Printer pw, String prefix) { argument
H A DPackageParser.java4653 public void printComponentShortName(PrintWriter pw) { argument
4654 ComponentName.printShortString(pw, owner.applicationInfo.packageName, className);
H A DProviderInfo.java117 public void dump(Printer pw, String prefix) { argument
118 super.dumpFront(pw, prefix);
119 pw.println(prefix + "authority=" + authority);
120 pw.println(prefix + "flags=0x" + Integer.toHexString(flags));
H A DResolveInfo.java262 public void dump(Printer pw, String prefix) { argument
264 pw.println(prefix + "Filter:");
265 filter.dump(pw, prefix + " ");
267 pw.println(prefix + "priority=" + priority
273 pw.println(prefix + "resolvePackageName=" + resolvePackageName);
276 pw.println(prefix + "labelRes=0x" + Integer.toHexString(labelRes)
281 pw.println(prefix + "ActivityInfo:");
282 activityInfo.dump(pw, prefix + " ");
284 pw.println(prefix + "ServiceInfo:");
285 serviceInfo.dump(pw, prefi
[all...]
H A DServiceInfo.java76 public void dump(Printer pw, String prefix) { argument
77 super.dumpFront(pw, prefix);
78 pw.println(prefix + "permission=" + permission);
79 pw.println(prefix + "flags=0x" + Integer.toHexString(flags));
/frameworks/base/core/java/android/net/
H A DNetworkStats.java710 public void dump(String prefix, PrintWriter pw) { argument
711 pw.print(prefix);
712 pw.print("NetworkStats: elapsedRealtime="); pw.println(elapsedRealtime);
714 pw.print(prefix);
715 pw.print(" ["); pw.print(i); pw.print("]");
716 pw.print(" iface="); pw
[all...]
H A DNetworkStatsHistory.java591 public void dump(IndentingPrintWriter pw, boolean fullHistory) { argument
592 pw.print("NetworkStatsHistory: bucketDuration=");
593 pw.println(bucketDuration / SECOND_IN_MILLIS);
594 pw.increaseIndent();
598 pw.print("(omitting "); pw.print(start); pw.println(" buckets)");
602 pw.print("st="); pw.print(bucketStart[i] / SECOND_IN_MILLIS);
603 if (rxBytes != null) { pw
614 dumpCheckin(PrintWriter pw) argument
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java493 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
494 pw.println(" " + getComponent() +
496 pw.println(" Static AID groups:");
498 pw.println(" Category: " + group.category);
500 pw.println(" AID: " + aid);
503 pw.println(" Dynamic AID groups:");
505 pw.println(" Category: " + group.category);
507 pw.println(" AID: " + aid);
510 pw.println(" Settings Activity: " + mSettingsActivityName);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java251 public abstract void logState(Printer pw, String prefix); argument
270 public abstract void logState(Printer pw, String prefix); argument
308 public abstract void logState(Printer pw, String prefix); argument
2397 * @param pw a PrintWriter object to print to.
2405 private static final boolean printTimer(PrintWriter pw, StringBuilder sb, Timer timer, argument
2422 pw.println(sb.toString());
2459 * @param pw the PageWriter to dump log to
2464 private static final void dumpLine(PrintWriter pw, int uid, String category, String type, argument
2466 pw.print(BATTERY_STATS_CHECKIN_VERSION);
2467 pw
2492 dumpTimer(PrintWriter pw, int uid, String category, String type, Timer timer, long rawRealtime, int which) argument
2508 dumpCheckinLocked(Context context, PrintWriter pw, int which, int reqUid) argument
2517 dumpCheckinLocked(Context context, PrintWriter pw, int which, int reqUid, boolean wifiOnly) argument
3009 dumpLocked(Context context, PrintWriter pw, String prefix, int which, int reqUid) argument
3015 dumpLocked(Context context, PrintWriter pw, String prefix, final int which, int reqUid, boolean wifiOnly) argument
4200 printBitDescriptions(PrintWriter pw, int oldval, int newval, HistoryTag wakelockTag, BitDescription[] descriptions, boolean longNames) argument
4273 printNextItem(PrintWriter pw, HistoryItem rec, long baseTime, boolean checkin, boolean verbose) argument
4568 printStepCpuUidDetails(PrintWriter pw, int uid, int utime, int stime) argument
4577 printStepCpuUidCheckinDetails(PrintWriter pw, int uid, int utime, int stime) argument
4587 printSizeValue(PrintWriter pw, long size) argument
4614 dumpTimeEstimate(PrintWriter pw, String label1, String label2, String label3, long estimatedTime) argument
4629 dumpDurationSteps(PrintWriter pw, String prefix, String header, LevelStepTracker steps, boolean checkin) argument
4717 dumpHistoryLocked(PrintWriter pw, int flags, long histStart, boolean checkin) argument
4801 dumpDailyLevelStepSummary(PrintWriter pw, String prefix, String label, LevelStepTracker steps, StringBuilder tmpSb, int[] tmpOutInt) argument
4831 dumpDailyPackageChanges(PrintWriter pw, String prefix, ArrayList<PackageChange> changes) argument
4854 dumpLocked(Context context, PrintWriter pw, int flags, int reqUid, long histStart) argument
5044 dumpCheckinLocked(Context context, PrintWriter pw, List<ApplicationInfo> apps, int flags, long histStart) argument
[all...]
H A DHandler.java692 public final void dump(Printer pw, String prefix) { argument
693 pw.println(prefix + this + " @ " + SystemClock.uptimeMillis());
695 pw.println(prefix + "looper uninitialized");
697 mLooper.dump(pw, prefix + " ");
H A DLooper.java268 * @param pw A printer to receive the contents of the dump.
271 public void dump(@NonNull Printer pw, @NonNull String prefix) { argument
272 pw.println(prefix + toString());
273 mQueue.dump(pw, prefix + " ");
H A DMessageQueue.java760 void dump(Printer pw, String prefix) { argument
765 pw.println(prefix + "Message " + n + ": " + msg.toString(now));
768 pw.println(prefix + "(Total messages: " + n + ", polling=" + isPollingLocked()
H A DStrictMode.java1910 PrintWriter pw = new FastPrintWriter(sw, false, 256);
1911 new LogStackTrace().printStackTrace(pw);
1912 pw.flush();
2457 public void dump(Printer pw, String prefix) { argument
2458 crashInfo.dump(pw, prefix);
2459 pw.println(prefix + "policy: " + policy);
2461 pw.println(prefix + "durationMillis: " + durationMillis);
2464 pw.println(prefix + "numInstances: " + numInstances);
2467 pw.println(prefix + "violationNumThisLoop: " + violationNumThisLoop);
2470 pw
[all...]
H A DTokenWatcher.java126 public void dump(PrintWriter pw) { argument
129 pw.println(s);
H A DUserHandle.java235 public static void formatUid(PrintWriter pw, int uid) { argument
237 pw.print(uid);
239 pw.print('u');
240 pw.print(getUserId(uid));
243 pw.print('i');
244 pw.print(appId - Process.FIRST_ISOLATED_UID);
246 pw.print('a');
247 pw.print(appId - Process.FIRST_APPLICATION_UID);
249 pw.print('s');
250 pw
[all...]

Completed in 282 milliseconds

1234567891011>>