Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DIncrementalDeviceConnection.java69 private IncrementalDeviceConnection(ConnectionType connectionType, Thread shellCommand, in IncrementalDeviceConnection() argument
72 mShellCommand = shellCommand; in IncrementalDeviceConnection()
218 final Thread shellCommand = new Thread(() -> { in connectToService() local
221 ServiceManager.getService(service).shellCommand(processFd, processFd, processFd, in connectToService()
231 return new IncrementalDeviceConnection(mConnectionType, shellCommand, localPfd); in connectToService()
/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.java144 public void setupShellCommand(StringBuilder shellCommand) { in handleForward() argument
367 void setupShellCommand(StringBuilder shellCommand);