Home
last modified time | relevance | path

Searched refs:dumping (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Ddebugging.md60 Because the Shell library is built as a part of SystemUI, dumping the state is currently done as a
61 part of dumping the SystemUI service. Dumping the Shell specific data can be done by specifying the
69 - Update `WMShell` if you are dumping SysUI state
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsService.java119 MyShellCommand(SettingsProvider provider, boolean dumping) { in MyShellCommand() argument
121 mDumping = dumping; in MyShellCommand()
465 static void dumpHelp(PrintWriter pw, boolean dumping) { in dumpHelp() argument
466 if (dumping) { in dumpHelp()
/aosp14/system/core/code_coverage/seccomp_policy/
H A Dcode_coverage.policy.def8 // includes *all* syscalls used during the coverage dumping
/aosp14/system/core/trusty/gatekeeper/fuzz/
H A DAndroid.bp32 // The initial corpus for this fuzzer was derived by dumping messages from
/aosp14/system/core/trusty/keymaster/fuzz/
H A DAndroid.bp32 // The initial corpus for this fuzzer was derived by dumping messages from
/aosp14/system/core/trusty/confirmationui/fuzz/
H A DAndroid.bp46 // The initial corpus for this fuzzer was derived by dumping messages from/to
/aosp14/frameworks/base/tools/dump-coverage/
H A DREADME.md3 …ecording data on process start, and we need a way to trigger the resetting or dumping of this data.
/aosp14/frameworks/base/config/
H A Ddirty-image-objects29 # This particular file was generated by dumping systemserver and systemui.
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java215 ActivityManagerShellCommand(ActivityManagerService service, boolean dumping) { in ActivityManagerShellCommand() argument
220 mDumping = dumping; in ActivityManagerShellCommand()
4066 static void dumpHelp(PrintWriter pw, boolean dumping) {
4067 if (dumping) {