Searched refs:shellCommand (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
D | UiAutomationShellTest.java | 94 @NonNull String shellCommand, in validateShellCommand() 103 uiAutomation.executeShellCommand(shellCommand) in validateShellCommand() 106 validateShellResults(uiAutomation.executeShellCommandRw(shellCommand), stdin, in validateShellCommand() 108 validateShellResults(uiAutomation.executeShellCommandRwe(shellCommand), stdin, in validateShellCommand()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | IncrementalDeviceConnection.java | 67 private IncrementalDeviceConnection(ConnectionType connectionType, Thread shellCommand, in IncrementalDeviceConnection() argument 70 mShellCommand = shellCommand; in IncrementalDeviceConnection() 200 final Thread shellCommand = new Thread(() -> { in connectToService() local 203 ServiceManager.getService(service).shellCommand(processFd, processFd, processFd, in connectToService() 213 return new IncrementalDeviceConnection(mConnectionType, shellCommand, localPfd); in connectToService()
|
/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/ |
D | WallpaperEffectsGenerationManagerTest.java | 217 String shellCommand = ""; in setService() local 219 shellCommand = "cmd wallpaper_effects_generation set temporary-service " in setService() 222 shellCommand = "cmd wallpaper_effects_generation set temporary-service " + userId; in setService() 225 Log.d(TAG, "runShellCommand(): " + shellCommand); in setService() 227 runShellCommand(shellCommand); in setService()
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | DirectShellCommand.java | 166 final Method shellCommand = IBinder.class.getMethod("shellCommand", in run() local 169 shellCommand.setAccessible(true); in run() 175 shellCommand.invoke(service, emptyInput.getFileDescriptor(), in run()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | DeviceIdleControllerTest.java | 45 service.shellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in testAddWhiteList()
|
D | CVE_2024_31318.java | 67 .shellCommand( in testPocCVE_2024_31318()
|
/cts/tests/sensor/src/android/hardware/cts/accessories/ |
D | HidCommand.kt | 40 val pipes: Array<ParcelFileDescriptor> = ui.executeShellCommandRw(HidCommand.shellCommand) in processResults() 190 val shellCommand = "hid -" constant
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | PasswordTransformationMethodTest.java | 154 String shellCommand = cmd.toString(); in enableAppOps() local 155 Log.d(TAG, "Executing " + shellCommand); in enableAppOps() 156 uiAutomation.executeShellCommand(shellCommand); in enableAppOps()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | CommandSession.java | 146 public void setupShellCommand(StringBuilder shellCommand) { in handleForward() argument 407 void setupShellCommand(StringBuilder shellCommand);
|