Searched refs:getConsoleInput (Results 1 – 3 of 3) sorted by relevance
6 …method @NonNull @WorkerThread public java.io.OutputStream getConsoleInput() throws android.system.…
1882 () -> vm.getConsoleInput(), "VM console input is not supported"); in inputShouldBeExplicitlyAllowed()1971 new OutputStreamWriter(vm.getConsoleInput()); in testConsoleInputSupported()
1389 public OutputStream getConsoleInput() throws VirtualMachineException { in getConsoleInput() method in VirtualMachine