Home
last modified time | relevance | path

Searched refs:onShellCommand (Results 1 – 25 of 87) sorted by relevance

1234

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/
DMediaTttCommandLineHelperTest.kt86 commandRegistry.onShellCommand( in <lambda>()
101 commandRegistry.onShellCommand( in <lambda>()
116 commandRegistry.onShellCommand( in <lambda>()
131 commandRegistry.onShellCommand( in <lambda>()
144 commandRegistry.onShellCommand( in <lambda>()
159 commandRegistry.onShellCommand( in <lambda>()
174 commandRegistry.onShellCommand( in <lambda>()
187 commandRegistry.onShellCommand( in <lambda>()
200 commandRegistry.onShellCommand( in <lambda>()
213 commandRegistry.onShellCommand( in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DCommandRegistryTest.kt73 registry.onShellCommand(writer, arrayOf(COMMAND)) in safeEq()
81 registry.onShellCommand(writer, arrayOf(COMMAND, "arg1", "arg2", "arg3")) in safeEq()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DShellCommandHandler.java47 boolean onShellCommand(String[] args, PrintWriter pw); in onShellCommand() method
112 actions.onShellCommand(cmdClassArgs, pw); in handleCommand()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIShellCommandHandler.java52 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in CompatUIShellCommandHandler
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenShellCommandHandler.java38 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in SplitScreenShellCommandHandler
/frameworks/base/services/coverage/java/com/android/server/coverage/
DCoverageService.java58 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in CoverageService
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityShellCommand.java63 return mService.getTraceManager().onShellCommand(cmd, this); in onCommand()
DAccessibilityTraceManager.java173 int onShellCommand(String cmd, ShellCommand shell) { in onShellCommand() method in AccessibilityTraceManager
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DProtoLogController.java47 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in ProtoLogController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DCommandRegistry.kt100 fun onShellCommand(pw: PrintWriter, args: Array<String>) { in onShellCommand() method
/frameworks/base/services/tests/servicestests/src/com/android/server/
DBinaryTransparencyServiceTest.java65 mTestInterface.onShellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in prepApexInfo()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java363 public void onShellCommand(FileDescriptor in, FileDescriptor out,
373 return onShellCommand(this, cmd); in onCommand()
396 int onShellCommand(Shell shell, String cmd) { in onShellCommand() method in DeviceStorageMonitorService
/frameworks/base/services/searchui/java/com/android/server/searchui/
DSearchUiManagerService.java134 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in SearchUiManagerService.SearchUiManagerStub
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
DMusicRecognitionManagerService.java138 public void onShellCommand(@Nullable FileDescriptor in, in onShellCommand() method in MusicRecognitionManagerService.MusicRecognitionManagerStub
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java146 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in SmartspaceManagerService.SmartspaceManagerStub
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DWallpaperEffectsGenerationManagerService.java133 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in WallpaperEffectsGenerationManagerService.WallpaperEffectsGenerationManagerStub
/frameworks/base/services/core/java/com/android/server/net/watchlist/
DNetworkWatchlistService.java168 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in NetworkWatchlistService
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorService.java187 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in TimeDetectorService
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java165 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in AppPredictionManagerService.PredictionManagerServiceStub
/frameworks/base/services/core/java/com/android/server/
DLooperStatsService.java100 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in LooperStatsService
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java151 public void onShellCommand(FileDescriptor in, FileDescriptor out, in onShellCommand() method in WebViewUpdateService.BinderService
/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRotationResolverManagerService.java233 public void onShellCommand(FileDescriptor in, FileDescriptor out, in onShellCommand() method in RotationResolverManagerService.BinderService
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DContentSuggestionsManagerService.java274 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in ContentSuggestionsManagerService.ContentSuggestionsManagerStub
/frameworks/base/core/java/android/os/
DBinder.java1049 onShellCommand(in, out, err, args, callback, resultReceiver); in shellCommand()
1064 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in Binder
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java196 int onShellCommand(ShellCommand shell) { in onShellCommand() method in WindowTracing

1234