Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java28 class ActivityManagerShellCommand extends ShellCommand { class
37 ActivityManagerShellCommand(ActivityManagerService service, boolean dumping) { in ActivityManagerShellCommand() method in ActivityManagerShellCommand
DActivityManagerService.java14045 (new ActivityManagerShellCommand(this, false)).exec( in onShellCommand()
14092 ActivityManagerShellCommand.dumpHelp(pw, true); in dump()
14265 ActivityManagerShellCommand shell = new ActivityManagerShellCommand(this, true); in dump()