Home
last modified time | relevance | path

Searched refs:shellCommand (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationShellTest.java94 @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/
DIncrementalDeviceConnection.java67 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/
DWallpaperEffectsGenerationManagerTest.java217 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/
DDirectShellCommand.java166 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/
DDeviceIdleControllerTest.java45 service.shellCommand(FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, in testAddWhiteList()
DCVE_2024_31318.java67 .shellCommand( in testPocCVE_2024_31318()
/cts/tests/sensor/src/android/hardware/cts/accessories/
DHidCommand.kt40 val pipes: Array<ParcelFileDescriptor> = ui.executeShellCommandRw(HidCommand.shellCommand) in processResults()
190 val shellCommand = "hid -" constant
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java154 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/
DCommandSession.java146 public void setupShellCommand(StringBuilder shellCommand) { in handleForward() argument
407 void setupShellCommand(StringBuilder shellCommand);