/frameworks/base/services/core/java/com/android/server/am/ |
D | UidRecord.java | 501 boolean printed = false; in toString() 503 printed = true; in toString() 507 if (printed) { in toString() 510 printed = true; in toString() 514 if (printed) { in toString() 517 printed = true; in toString() 521 if (printed) { in toString() 524 printed = true; in toString() 528 if (printed) { in toString() 534 if (printed) { in toString() [all …]
|
D | ActiveUids.java | 97 boolean printed = false; in dump() 103 if (!printed) { in dump() 104 printed = true; in dump() 121 return printed; in dump()
|
D | BroadcastHistory.java | 172 boolean printed = false; in dumpLocked() 190 if (!printed) { in dumpLocked() 196 printed = true; in dumpLocked() 219 printed = false; in dumpLocked() 241 if (!printed) { in dumpLocked() 247 printed = true; in dumpLocked()
|
D | AppErrors.java | 244 boolean printed = false; in dumpLPr() 258 if (!printed) { in dumpLPr() 262 printed = true; in dumpLPr() 274 boolean printed = false; in dumpLPr() 289 if (!printed) { in dumpLPr() 293 printed = true; in dumpLPr() 307 boolean printed = false; in dumpLPr() 321 if (!printed) { in dumpLPr() 325 printed = true; in dumpLPr()
|
D | PendingIntentController.java | 402 boolean printed = false; in dumpPendingIntents() 431 printed = true; in dumpPendingIntents() 442 printed = true; in dumpPendingIntents() 460 if (!printed) { in dumpPendingIntents()
|
D | UidObserverController.java | 442 boolean printed = false; in dump() 447 if (!printed) { in dump() 449 printed = true; in dump()
|
D | ActiveServices.java | 7707 private boolean printed = false; field in ServiceDumper 7761 printed = false; in dumpLocked() 7772 needSep |= printed; in dumpLocked() 7797 printed = false; in dumpWithClient() 7811 needSep |= printed; in dumpWithClient() 7828 if (!printed) { in dumpUserHeaderLocked() 7833 printed = true; in dumpUserHeaderLocked() 7908 printed = false; in dumpUserRemainsLocked() 7917 if (!printed) { in dumpUserRemainsLocked() 7922 printed = true; in dumpUserRemainsLocked() [all …]
|
D | ProcessList.java | 4339 boolean printed = false; 4342 printed = true; 4345 if (printed) { 4349 printed = true; 4352 if (printed) { 4356 printed = true; 4359 if (printed) { 4468 boolean printed = false; 4474 if (!printed) { 4479 printed = true;
|
D | ContentProviderHelper.java | 1937 boolean printed = false; in dumpProvidersLocked() 1943 if (!printed) { in dumpProvidersLocked() 1947 printed = true; in dumpProvidersLocked()
|
D | AppProfiler.java | 2733 boolean printed = false; in dumpProcessesToGc() 2740 if (!printed) { in dumpProcessesToGc() 2744 printed = true; in dumpProcessesToGc()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DumpState.java | 90 final boolean printed = mTitlePrinted; in onTitlePrinted() 92 return printed; in onTitlePrinted()
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | DumpUtils.java | 441 boolean printed = false; in dumpStateHeadersCsv() 444 printed = true; in dumpStateHeadersCsv() 447 if (printed) { in dumpStateHeadersCsv() 451 printed = true; in dumpStateHeadersCsv() 454 if (printed) { in dumpStateHeadersCsv()
|
/frameworks/base/core/proto/android/service/ |
D | print.proto | 341 // The print job is being created but not yet ready to be printed 344 // The print jobs is created, it is ready to be printed and should be processed 347 // The print job is being printed 353 // The print job is successfully printed
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobSchedulerService.java | 5706 boolean printed = false; 5709 printed = true; 5712 if (printed) { 5715 printed = true; 5719 if (printed) { 5722 printed = true; 5726 if (printed) { 5729 printed = true; 5733 if (printed) { 5736 printed = true; [all …]
|
/frameworks/base/tools/protologtool/ |
D | README.md | 114 …ging groups or statements you should build the project and follow instructions printed by the tool.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RootWindowContainer.java | 3760 boolean[] printed = {false}; 3764 if (printed[0]) { 3779 printed[0] |= needSep[0]; 3782 printed[0] |= printThisActivity(pw, taskDisplayArea.getFocusedActivity(), 3789 printed[0] |= dumpHistoryList(fd, pw, mTaskSupervisor.mFinishingActivities, " ", 3793 printed[0] |= dumpHistoryList(fd, pw, mTaskSupervisor.mStoppingActivities, " ", 3798 return printed[0];
|
D | TaskFragment.java | 3245 boolean printed = false; in dump() 3262 printed = true; in dump() 3268 printed |= child.asTaskFragment().dump(prefix + " ", fd, pw, dumpAll, in dump() 3277 return printed; in dump()
|
D | ActivityTaskManagerService.java | 4326 boolean printed = ActivityTaskSupervisor.printThisActivity(pw, in dumpActivitiesLocked() 4329 if (printed) { in dumpActivitiesLocked() 6832 boolean printed = false; in dumpForProcesses() 6840 if (!printed) { in dumpForProcesses() 6842 printed = true; in dumpForProcesses() 6865 boolean printed = false; in dumpForProcesses() 6875 if (!printed) { in dumpForProcesses() 6877 printed = true; in dumpForProcesses()
|
D | ActivityTaskSupervisor.java | 2256 boolean printed = false; in dumpHistoryList() 2265 return printed; in dumpHistoryList()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 49 - The duration of each section is printed in the report.
|
/frameworks/base/services/core/java/com/android/server/uri/ |
D | UriGrantsManagerService.java | 1727 boolean printed = false; in dump() 1740 if (!printed) { in dump() 1744 printed = true; in dump()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | FlexibilityController.java | 293 boolean printed = false; in dump() 300 if (printed) { in dump() 306 printed = true; in dump()
|
/frameworks/opt/setupwizard/library/ |
D | LICENSE | 187 same "printed page" as the copyright notice for easier
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 7516 boolean printed = false; in dumpHistory() 7528 if (histStart >= 0 && !printed) { in dumpHistory() 7533 printed = true; in dumpHistory() 7538 printed = true; in dumpHistory() 8442 boolean printed = false; in dumpProtoHistoryLocked() 8453 if (histStart >= 0 && !printed) { in dumpProtoHistoryLocked() 8458 printed = true; in dumpProtoHistoryLocked() 8463 printed = true; in dumpProtoHistoryLocked()
|