/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/ |
D | MediaTttCommandLineHelperTest.kt | 86 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/ |
D | CommandRegistryTest.kt | 73 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/ |
D | ShellCommandHandler.java | 47 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/ |
D | DesktopModeShellCommandHandler.kt | 27 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/ |
D | CompatUIShellCommandHandler.java | 52 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in CompatUIShellCommandHandler
|
/frameworks/base/services/coverage/java/com/android/server/coverage/ |
D | CoverageService.java | 58 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/ |
D | SplitScreenShellCommandHandler.java | 39 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in SplitScreenShellCommandHandler
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | CommandRegistry.kt | 100 fun onShellCommand(pw: PrintWriter, args: Array<String>) { in onShellCommand() method
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | IInputMethodManagerImpl.java | 199 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()
|
D | ZeroJankProxy.java | 440 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/ |
D | ProtoLogController.java | 50 public boolean onShellCommand(String[] args, PrintWriter pw) { in onShellCommand() method in ProtoLogController
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityShellCommand.java | 74 return mService.getTraceManager().onShellCommand(cmd, this); in onCommand()
|
D | AccessibilityTraceManager.java | 173 int onShellCommand(String cmd, ShellCommand shell) { in onShellCommand() method in AccessibilityTraceManager
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 363 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/ |
D | MusicRecognitionManagerService.java | 138 public void onShellCommand(@Nullable FileDescriptor in, in onShellCommand() method in MusicRecognitionManagerService.MusicRecognitionManagerStub
|
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
D | WallpaperEffectsGenerationManagerService.java | 133 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in WallpaperEffectsGenerationManagerService.WallpaperEffectsGenerationManagerStub
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | SearchUiManagerService.java | 148 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/ |
D | NetworkWatchlistService.java | 168 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in NetworkWatchlistService
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | SmartspaceManagerService.java | 148 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in SmartspaceManagerService.SmartspaceManagerStub
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | AppPredictionManagerService.java | 173 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in AppPredictionManagerService.PredictionManagerServiceStub
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | GnssTimeUpdateService.java | 290 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in GnssTimeUpdateService
|
/frameworks/base/services/core/java/com/android/server/ |
D | LooperStatsService.java | 100 public void onShellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, in onShellCommand() method in LooperStatsService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BinaryTransparencyServiceTest.java | 128 mTestInterface.onShellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in prepApexInfo()
|
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
D | ContentSuggestionsManagerService.java | 274 public void onShellCommand(@Nullable FileDescriptor in, @Nullable FileDescriptor out, in onShellCommand() method in ContentSuggestionsManagerService.ContentSuggestionsManagerStub
|
/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
D | RotationResolverManagerService.java | 233 public void onShellCommand(FileDescriptor in, FileDescriptor out, in onShellCommand() method in RotationResolverManagerService.BinderService
|