Home
last modified time | relevance | path

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

12345

/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/desktopmode/
DDesktopModeShellCommandHandler.kt27 override fun onShellCommand(args: Array<String>, pw: PrintWriter): Boolean { in onShellCommand() method in com.android.wm.shell.desktopmode.DesktopModeShellCommandHandler
/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/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/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenShellCommandHandler.java39 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in SplitScreenShellCommandHandler
/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/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java199 void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method
479 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in IInputMethodManagerImpl
482 mCallback.onShellCommand(in, out, err, args, callback, resultReceiver, this); in onShellCommand()
DZeroJankProxy.java440 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in ZeroJankProxy
443 mInner.onShellCommand(in, out, err, args, callback, resultReceiver, self); in onShellCommand()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DProtoLogController.java50 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in ProtoLogController
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityShellCommand.java74 return mService.getTraceManager().onShellCommand(cmd, this); in onCommand()
DAccessibilityTraceManager.java173 int onShellCommand(String cmd, ShellCommand shell) { in onShellCommand() method in AccessibilityTraceManager
/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/musicrecognition/java/com/android/server/musicrecognition/
DMusicRecognitionManagerService.java138 public void onShellCommand(@Nullable FileDescriptor in, in onShellCommand() method in MusicRecognitionManagerService.MusicRecognitionManagerStub
/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/searchui/java/com/android/server/searchui/
DSearchUiManagerService.java148 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in SearchUiManagerService.SearchUiManagerStub
/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/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java148 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in SmartspaceManagerService.SmartspaceManagerStub
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java173 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in AppPredictionManagerService.PredictionManagerServiceStub
/frameworks/base/services/core/java/com/android/server/timedetector/
DGnssTimeUpdateService.java290 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in GnssTimeUpdateService
/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/tests/servicestests/src/com/android/server/
DBinaryTransparencyServiceTest.java128 mTestInterface.onShellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in prepApexInfo()
/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/services/core/java/com/android/server/rotationresolver/
DRotationResolverManagerService.java233 public void onShellCommand(FileDescriptor in, FileDescriptor out, in onShellCommand() method in RotationResolverManagerService.BinderService

12345