Home
last modified time | relevance | path

Searched refs:ActivityManagerShellCommand (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java159 final class ActivityManagerShellCommand extends ShellCommand { class
215 ActivityManagerShellCommand(ActivityManagerService service, boolean dumping) { in ActivityManagerShellCommand() method in ActivityManagerShellCommand
2275 ActivityManagerShellCommand.class.getName());
DActivityManagerService.java9778 (new ActivityManagerShellCommand(this, false)).exec( in onShellCommand()
10031 ActivityManagerShellCommand.dumpHelp(pw, true); in doDump()
10317 ActivityManagerShellCommand shell = new ActivityManagerShellCommand(this, true); in doDump()
/frameworks/base/services/
Dart-profile12350 Lcom/android/server/am/ActivityManagerShellCommand;