/frameworks/base/services/core/java/com/android/server/am/ |
D | UidRecord.java | 206 boolean printed = false; in toString() 208 printed = true; in toString() 212 if (printed) { in toString() 215 printed = true; in toString() 219 if (printed) { in toString() 222 printed = true; in toString() 226 if (printed) { in toString() 229 printed = true; in toString() 233 if (printed) { in toString()
|
D | PendingIntentController.java | 323 boolean printed = false; in dumpPendingIntents() 352 printed = true; in dumpPendingIntents() 363 printed = true; in dumpPendingIntents() 371 if (!printed) { in dumpPendingIntents()
|
D | BroadcastDispatcher.java | 726 boolean printed = false; in dumpLocked() 741 printed |= dumper.didPrint(); in dumpLocked() 746 printed |= dumper.didPrint(); in dumpLocked() 753 printed |= dumper.didPrint(); in dumpLocked() 755 return printed; in dumpLocked()
|
D | AppErrors.java | 180 boolean printed = false; in dumpLocked() 195 if (!printed) { in dumpLocked() 199 printed = true; in dumpLocked() 211 boolean printed = false; in dumpLocked() 225 if (!printed) { in dumpLocked() 229 printed = true; in dumpLocked()
|
D | ActiveServices.java | 3999 private boolean printed = false; field in ActiveServices.ServiceDumper 4053 printed = false; in dumpLocked() 4064 needSep |= printed; in dumpLocked() 4089 printed = false; in dumpWithClient() 4103 needSep |= printed; in dumpWithClient() 4120 if (!printed) { in dumpUserHeaderLocked() 4125 printed = true; in dumpUserHeaderLocked() 4200 printed = false; in dumpUserRemainsLocked() 4209 if (!printed) { in dumpUserRemainsLocked() 4214 printed = true; in dumpUserRemainsLocked() [all …]
|
D | BroadcastQueue.java | 1969 boolean printed = false; in dumpLocked() 1975 if (!printed) { in dumpLocked() 1980 printed = true; in dumpLocked() 2005 boolean printed = false; in dumpLocked() 2023 if (!printed) { in dumpLocked() 2029 printed = true; in dumpLocked() 2052 printed = false; in dumpLocked() 2074 if (!printed) { in dumpLocked() 2080 printed = true; in dumpLocked()
|
D | ActivityManagerService.java | 10412 boolean printed = false; in dumpUids() 10418 if (!printed) { in dumpUids() 10419 printed = true; in dumpUids() 10430 return printed; in dumpUids() 10498 boolean printed = false; in dumpLruEntryLocked() 10501 printed = true; in dumpLruEntryLocked() 10504 if (printed) { in dumpLruEntryLocked() 10508 printed = true; in dumpLruEntryLocked() 10511 if (printed) { in dumpLruEntryLocked() 10515 printed = true; in dumpLruEntryLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DumpState.java | 79 final boolean printed = mTitlePrinted; in onTitlePrinted() 81 return printed; in onTitlePrinted()
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | DumpUtils.java | 367 boolean printed = false; in dumpStateHeadersCsv() 370 printed = true; in dumpStateHeadersCsv() 373 if (printed) { in dumpStateHeadersCsv() 377 printed = true; in dumpStateHeadersCsv() 380 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/services/core/java/com/android/server/job/ |
D | JobSchedulerService.java | 3125 boolean printed = false; in getJobState() 3128 printed = true; in getJobState() 3131 if (printed) { in getJobState() 3134 printed = true; in getJobState() 3138 if (printed) { in getJobState() 3141 printed = true; in getJobState() 3145 if (printed) { in getJobState() 3148 printed = true; in getJobState() 3152 if (printed) { in getJobState() 3155 printed = true; in getJobState() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RootActivityContainer.java | 2393 boolean printed = false; in dumpActivities() 2403 printed = stack.dump(fd, pw, dumpAll, dumpClient, dumpPackage, needSep); in dumpActivities() 2404 needSep = printed; in dumpActivities() 2410 printed |= dumpHistoryList(fd, pw, mStackSupervisor.mFinishingActivities, " ", in dumpActivities() 2413 printed |= dumpHistoryList(fd, pw, mStackSupervisor.mStoppingActivities, " ", in dumpActivities() 2416 printed |= dumpHistoryList(fd, pw, mStackSupervisor.mGoingToSleepActivities, in dumpActivities() 2420 return printed; in dumpActivities()
|
D | ActivityStack.java | 5349 boolean printed = dumpActivitiesLocked(fd, pw, dumpAll, dumpClient, dumpPackage, in dump() 5352 printed |= dumpHistoryList(fd, pw, mLRUActivities, " ", "Run", false, in dump() 5356 needSep = printed; in dump() 5360 printed = true; in dump() 5366 printed = true; in dump() 5373 printed = true; in dump() 5376 printed |= printThisActivity(pw, mLastNoHistoryActivity, dumpPackage, in dump() 5379 return printed; in dump()
|
D | ActivityStackSupervisor.java | 2218 boolean printed = false; in dumpHistoryList() 2228 printed = true; in dumpHistoryList() 2287 return printed; in dumpHistoryList()
|
D | ActivityTaskManagerService.java | 4980 boolean printed = ActivityStackSupervisor.printThisActivity(pw, in dumpActivitiesLocked() 4983 if (printed) { in dumpActivitiesLocked() 7084 boolean printed = false; in dumpForProcesses() 7092 if (!printed) { in dumpForProcesses() 7094 printed = true; in dumpForProcesses() 7117 boolean printed = false; in dumpForProcesses() 7127 if (!printed) { in dumpForProcesses() 7129 printed = true; in dumpForProcesses()
|
/frameworks/base/services/core/java/com/android/server/uri/ |
D | UriGrantsManagerService.java | 1456 boolean printed = false; in dump() 1473 if (!printed) { in dump() 1477 printed = true; in dump()
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 49 - The duration of each section is printed in the report.
|
/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 | 6837 boolean printed = false; in dumpHistoryLocked() 6845 if (histStart >= 0 && !printed) { in dumpHistoryLocked() 6850 printed = true; in dumpHistoryLocked() 6855 printed = true; in dumpHistoryLocked() 7771 boolean printed = false; in dumpProtoHistoryLocked() 7779 if (histStart >= 0 && !printed) { in dumpProtoHistoryLocked() 7784 printed = true; in dumpProtoHistoryLocked() 7789 printed = true; in dumpProtoHistoryLocked()
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 380 same "printed page" as the copyright notice for easier 1100 same "printed page" as the copyright notice for easier
|