Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/
H A DMediaTttCommandLineHelperTest.kt86 commandRegistry.onShellCommand(
101 commandRegistry.onShellCommand(
116 commandRegistry.onShellCommand(
131 commandRegistry.onShellCommand(
144 commandRegistry.onShellCommand(
159 commandRegistry.onShellCommand(
174 commandRegistry.onShellCommand(
187 commandRegistry.onShellCommand(
200 commandRegistry.onShellCommand(
213 commandRegistry.onShellCommand(
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
H A DCommandRegistryTest.kt73 registry.onShellCommand(writer, arrayOf(COMMAND))
81 registry.onShellCommand(writer, arrayOf(COMMAND, "arg1", "arg2", "arg3"))
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellCommandHandler.java47 boolean onShellCommand(String[] args, PrintWriter pw); in onShellCommand() method
112 actions.onShellCommand(cmdClassArgs, pw); in handleCommand()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIShellCommandHandler.java52 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in CompatUIShellCommandHandler
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenShellCommandHandler.java38 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in SplitScreenShellCommandHandler
/aosp14/frameworks/base/services/coverage/java/com/android/server/coverage/
H A DCoverageService.java58 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in CoverageService
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityShellCommand.java63 return mService.getTraceManager().onShellCommand(cmd, this); in onCommand()
H A DAccessibilityTraceManager.java173 int onShellCommand(String cmd, ShellCommand shell) { in onShellCommand() method in AccessibilityTraceManager
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DProtoLogController.java47 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in ProtoLogController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
H A DCommandRegistry.kt100 fun onShellCommand(pw: PrintWriter, args: Array<String>) { regex
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A 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
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerService.java138 public void onShellCommand(@Nullable FileDescriptor in, in onShellCommand() method in MusicRecognitionManagerService.MusicRecognitionManagerStub
/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DSearchUiManagerService.java148 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in SearchUiManagerService.SearchUiManagerStub
/aosp14/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerService.java146 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in SmartspaceManagerService.SmartspaceManagerStub
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
H A DWallpaperEffectsGenerationManagerService.java133 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in WallpaperEffectsGenerationManagerService.WallpaperEffectsGenerationManagerStub
/aosp14/frameworks/base/services/core/java/com/android/server/wearable/
H A DWearableSensingManagerService.java236 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in WearableSensingManagerService.WearableSensingManagerInternal
/aosp14/frameworks/base/services/core/java/com/android/server/net/watchlist/
H A DNetworkWatchlistService.java168 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in NetworkWatchlistService
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java165 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in AppPredictionManagerService.PredictionManagerServiceStub
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DLooperStatsService.java100 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in LooperStatsService
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DGnssTimeUpdateService.java290 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in GnssTimeUpdateService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBinaryTransparencyServiceTest.java128 mTestInterface.onShellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in prepApexInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java151 public void onShellCommand(FileDescriptor in, FileDescriptor out, in onShellCommand() method in WebViewUpdateService.BinderService
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerService.java233 public void onShellCommand(FileDescriptor in, FileDescriptor out, in onShellCommand() method in RotationResolverManagerService.BinderService
/aosp14/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
H A DContentSuggestionsManagerService.java274 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in ContentSuggestionsManagerService.ContentSuggestionsManagerStub
/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DFileIntegrityService.java108 public void onShellCommand(FileDescriptor in, FileDescriptor out,

1234