Searched refs:pw (Results 76 - 100 of 188) sorted by path

12345678

/frameworks/base/services/java/com/android/server/
H A DMountService.java2624 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
2626 pw.println("Permission Denial: can't dump ActivityManager from from pid="
2633 pw.println(" mObbMounts:");
2638 pw.print(" Key="); pw.println(e.getKey().toString());
2641 pw.print(" "); pw.println(obbState.toString());
2645 pw.println("");
2646 pw.println(" mObbPathToStateMap:");
2650 pw
[all...]
H A DNativeDaemonConnector.java470 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
471 mLocalLog.dump(fd, pw, args);
472 pw.println();
473 mResponseQueue.dump(fd, pw, args);
585 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
586 pw.println("Pending requests:");
589 pw.println(" Cmd " + pendingCmd.cmdNum + " - " + pendingCmd.request);
H A DNetworkManagementService.java1519 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1522 pw.println("NetworkManagementService NativeDaemonConnector Log:");
1523 mConnector.dump(fd, pw, args);
1524 pw.println();
1526 pw.print("Bandwidth control enabled: "); pw.println(mBandwidthControlEnabled);
1529 pw.print("Active quota ifaces: "); pw.println(mActiveQuotas.toString());
1530 pw.print("Active alert ifaces: "); pw
[all...]
H A DNotificationManagerService.java338 void dump(PrintWriter pw, String prefix, Context baseContext) { argument
339 pw.println(prefix + this);
340 pw.println(prefix + " icon=0x" + Integer.toHexString(notification.icon)
342 pw.println(prefix + " pri=" + notification.priority);
343 pw.println(prefix + " score=" + this.score);
344 pw.println(prefix + " contentIntent=" + notification.contentIntent);
345 pw.println(prefix + " deleteIntent=" + notification.deleteIntent);
346 pw.println(prefix + " tickerText=" + notification.tickerText);
347 pw.println(prefix + " contentView=" + notification.contentView);
348 pw
390 dump(PrintWriter pw, String prefix) argument
1433 dump(FileDescriptor fd, PrintWriter pw, String[] args) argument
[all...]
H A DNsdService.java752 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
755 pw.println("Permission Denial: can't dump ServiceDiscoverService from from pid="
762 pw.println("Client Info");
763 pw.println(client);
766 mNsdStateMachine.dump(fd, pw, args);
H A DSamplingProfilerService.java98 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
101 pw.println("SamplingProfilerService:");
102 pw.println("Watching directory: " + SNAPSHOT_DIR);
H A DStatusBarManagerService.java593 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
596 pw.println("Permission Denial: can't dump StatusBar from from pid="
603 mIcons.dump(pw);
608 pw.println("Notification list:");
610 pw.printf(" %2d: %s\n", i, e.getValue().toString());
616 pw.println(" mDisabled=0x" + Integer.toHexString(mDisabled));
618 pw.println(" mDisableRecords.size=" + N);
621 pw.println(" [" + i + "] userId=" + tok.userId
H A DTelephonyRegistry.java606 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
609 pw.println("Permission Denial: can't dump telephony.registry from from pid="
615 pw.println("last known state:");
616 pw.println(" mCallState=" + mCallState);
617 pw.println(" mCallIncomingNumber=" + mCallIncomingNumber);
618 pw.println(" mServiceState=" + mServiceState);
619 pw.println(" mSignalStrength=" + mSignalStrength);
620 pw.println(" mMessageWaiting=" + mMessageWaiting);
621 pw.println(" mCallForwarding=" + mCallForwarding);
622 pw
[all...]
H A DTextServicesManagerService.java644 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
648 pw.println("Permission Denial: can't dump TextServicesManagerService from from pid="
655 pw.println("Current Text Services Manager state:");
656 pw.println(" Spell Checker Map:");
658 pw.print(" "); pw.print(ent.getKey()); pw.println(":");
660 pw.print(" "); pw.print("id="); pw
[all...]
H A DThrottleService.java1133 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1137 pw.println("Permission Denial: can't dump ThrottleService " +
1142 pw.println();
1144 pw.println("The threshold is " + mPolicyThreshold.get() +
1147 pw.println("Current period is " +
1151 pw.println("Polling every " + mPolicyPollPeriodSec + " seconds");
1152 pw.println("Current Throttle Index is " + mThrottleIndex.get());
1153 pw.println("mMaxNtpCacheAge=" + mMaxNtpCacheAge);
1156 pw.println(" Period[" + i + "] - read:" + mRecorder.getPeriodRx(i) + ", written:" +
H A DUiModeManagerService.java583 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
587 pw.println("Permission Denial: can't dump uimode service from from pid="
594 pw.println("Current UI Mode Service state:");
595 pw.print(" mDockState="); pw.print(mDockState);
596 pw.print(" mLastBroadcastState="); pw.println(mLastBroadcastState);
597 pw.print(" mNightMode="); pw.print(mNightMode);
598 pw
[all...]
H A DUpdateLockService.java115 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
118 pw.println("Permission Denial: can't dump update lock service from from pid="
124 mLocks.dump(pw);
H A DWallpaperManagerService.java1260 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1264 pw.println("Permission Denial: can't dump wallpaper service from from pid="
1271 pw.println("Current Wallpaper Service state:");
1274 pw.println(" User " + wallpaper.userId + ":");
1275 pw.print(" mWidth=");
1276 pw.print(wallpaper.width);
1277 pw.print(" mHeight=");
1278 pw.println(wallpaper.height);
1279 pw.print(" mName=");
1280 pw
[all...]
H A DWifiService.java1223 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1226 pw.println("Permission Denial: can't dump WifiService from from pid="
1231 pw.println("Wi-Fi is " + mWifiStateMachine.syncGetWifiStateByName());
1232 pw.println("Stay-awake conditions: " +
1235 pw.println();
1237 pw.println("Internal state:");
1238 pw.println(mWifiStateMachine);
1239 pw.println();
1240 pw.println("Latest scan results:");
1243 pw
1339 dump(PrintWriter pw) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java1863 boolean dumpServicesLocked(FileDescriptor fd, PrintWriter pw, String[] args, argument
1870 pw.println("ACTIVITY MANAGER SERVICES (dumpsys activity services)");
1890 pw.println();
1892 pw.println(" User " + user + " active services:");
1896 pw.println();
1898 pw.print(" * ");
1899 pw.println(r);
1901 r.dump(pw, " ");
1904 pw.print(" app=");
1905 pw
2064 dumpService(FileDescriptor fd, PrintWriter pw, String name, String[] args, int opti, boolean dumpAll) argument
2127 dumpService(String prefix, FileDescriptor fd, PrintWriter pw, final ServiceRecord r, String[] args, boolean dumpAll) argument
[all...]
H A DActivityManagerService.java1492 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1495 pw.println("Permission Denial: can't dump meminfo from from pid="
1501 mActivityManagerService.dumpApplicationMemoryUsage(fd, pw, " ", args,
1513 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1516 pw.println("Permission Denial: can't dump gfxinfo from from pid="
1522 mActivityManagerService.dumpGraphicsHardwareUsage(fd, pw, args);
1533 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
1536 pw.println("Permission Denial: can't dump dbinfo from from pid="
1542 mActivityManagerService.dumpDbInfo(fd, pw, args);
1553 protected void dump(FileDescriptor fd, PrintWriter pw, Strin argument
8871 dump(FileDescriptor fd, PrintWriter pw, String[] args) argument
9099 dumpActivitiesLocked(FileDescriptor fd, PrintWriter pw, String[] args, int opti, boolean dumpAll, boolean dumpClient, String dumpPackage) argument
9176 dumpProcessesLocked(FileDescriptor fd, PrintWriter pw, String[] args, int opti, boolean dumpAll, String dumpPackage) argument
9461 dumpProcessesToGc(FileDescriptor fd, PrintWriter pw, String[] args, int opti, boolean needSep, boolean dumpAll, String dumpPackage) argument
9490 dumpOomLocked(FileDescriptor fd, PrintWriter pw, String[] args, int opti, boolean dumpAll) argument
9540 dumpProvider(FileDescriptor fd, PrintWriter pw, String name, String[] args, int opti, boolean dumpAll) argument
9632 dumpActivity(FileDescriptor fd, PrintWriter pw, String name, String[] args, int opti, boolean dumpAll) argument
9696 dumpActivity(String prefix, FileDescriptor fd, PrintWriter pw, final ActivityRecord r, String[] args, boolean dumpAll) argument
9730 dumpBroadcastsLocked(FileDescriptor fd, PrintWriter pw, String[] args, int opti, boolean dumpAll, String dumpPackage) argument
9825 dumpProvidersLocked(FileDescriptor fd, PrintWriter pw, String[] args, int opti, boolean dumpAll, String dumpPackage) argument
9877 dumpPendingIntentsLocked(FileDescriptor fd, PrintWriter pw, String[] args, int opti, boolean dumpAll, String dumpPackage) argument
9911 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage) argument
9988 dumpProcessList(PrintWriter pw, ActivityManagerService service, List list, String prefix, String normalLabel, String persistentLabel, String dumpPackage) argument
10009 dumpProcessOomList(PrintWriter pw, ActivityManagerService service, List<ProcessRecord> origList, String prefix, String normalLabel, String persistentLabel, boolean inclDetails, String dumpPackage) argument
10180 collectProcesses(PrintWriter pw, int start, String[] args) argument
10211 dumpGraphicsHardwareUsage(FileDescriptor fd, PrintWriter pw, String[] args) argument
10247 dumpDbInfo(FileDescriptor fd, PrintWriter pw, String[] args) argument
10294 dumpMemItems(PrintWriter pw, String prefix, ArrayList<MemItem> items, boolean sort) argument
10360 dumpApplicationMemoryUsage(FileDescriptor fd, PrintWriter pw, String prefix, String[] args, boolean brief, PrintWriter categoryPw, StringBuilder outTag, StringBuilder outStack) argument
[all...]
H A DActivityRecord.java131 void dump(PrintWriter pw, String prefix) { argument
133 pw.print(prefix); pw.print("packageName="); pw.print(packageName);
134 pw.print(" processName="); pw.println(processName);
135 pw.print(prefix); pw.print("launchedFromUid="); pw.print(launchedFromUid);
136 pw
[all...]
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 DBatteryStatsService.java457 private void dumpHelp(PrintWriter pw) { argument
458 pw.println("Battery stats (batteryinfo) dump options:");
459 pw.println(" [--checkin] [--reset] [--write] [-h]");
460 pw.println(" --checkin: format output for a checkin report.");
461 pw.println(" --reset: reset the stats, clearing all current data.");
462 pw.println(" --write: force write current collected stats to disk.");
463 pw.println(" -h: print this help text.");
467 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { argument
470 pw.println("Permission Denial: can't dump BatteryStats from from pid="
485 pw
[all...]
H A DBroadcastFilter.java43 public void dump(PrintWriter pw, String prefix) { argument
44 dumpInReceiverList(pw, new PrintWriterPrinter(pw), prefix);
45 receiverList.dumpLocal(pw, prefix);
48 public void dumpBrief(PrintWriter pw, String prefix) { argument
49 dumpBroadcastFilterState(pw, prefix);
52 public void dumpInReceiverList(PrintWriter pw, Printer pr, String prefix) { argument
54 dumpBroadcastFilterState(pw, prefix);
57 void dumpBroadcastFilterState(PrintWriter pw, String prefix) { argument
59 pw
[all...]
H A DBroadcastQueue.java965 final boolean dumpLocked(FileDescriptor fd, PrintWriter pw, String[] args, argument
977 pw.println();
981 pw.println(" Active broadcasts [" + mQueueName + "]:");
983 pw.println(" Active Broadcast " + mQueueName + " #" + i + ":");
984 br.dump(pw, " ");
995 pw.println();
999 pw.println(" Active ordered broadcasts [" + mQueueName + "]:");
1001 pw.println(" Active Ordered Broadcast " + mQueueName + " #" + i + ":");
1002 mOrderedBroadcasts.get(i).dump(pw, " ");
1007 pw
[all...]
H A DBroadcastRecord.java80 void dump(PrintWriter pw, String prefix) { argument
83 pw.print(prefix); pw.print(this); pw.print(" to user "); pw.println(userId);
84 pw.print(prefix); pw.println(intent.toInsecureString());
87 pw.print(prefix); pw.print("extras: "); pw
[all...]
H A DConnectionRecord.java38 void dump(PrintWriter pw, String prefix) { argument
39 pw.println(prefix + "binding=" + binding);
41 pw.println(prefix + "activity=" + activity);
43 pw.println(prefix + "conn=" + conn.asBinder()
H A DContentProviderRecord.java143 void dump(PrintWriter pw, String prefix, boolean full) { argument
145 pw.print(prefix); pw.print("package=");
146 pw.print(info.applicationInfo.packageName);
147 pw.print(" process="); pw.println(info.processName);
149 pw.print(prefix); pw.print("proc="); pw.println(proc);
151 pw
[all...]
H A DIntentBindRecord.java51 void dump(PrintWriter pw, String prefix) { argument
52 pw.print(prefix); pw.print("service="); pw.println(service);
53 dumpInService(pw, prefix);
56 void dumpInService(PrintWriter pw, String prefix) { argument
57 pw.print(prefix); pw.print("intent={");
58 pw.print(intent.getIntent().toShortString(false, true, false, false));
59 pw
[all...]

Completed in 234 milliseconds

12345678