Home
last modified time | relevance | path

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

/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()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCommandSession.java137 public void setupShellCommand(StringBuilder shellCommand) { in handleForward() argument
355 void setupShellCommand(StringBuilder shellCommand);