Searched defs:shell (Results 1 - 2 of 2) sorted by relevance

/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
H A DInputMethodServiceLifecycleTest.java52 assumeTrue(Boolean.parseBoolean(shell(
54 mDefaultImeId = shell(ShellCommandUtils.getCurrentIme());
56 shell(ShellCommandUtils.deleteContent(EventTableConstants.CONTENT_URI));
61 shell(ShellCommandUtils.setCurrentIme(mDefaultImeId));
72 shell(ShellCommandUtils.enableIme(Ime1Constants.IME_ID));
73 shell(ShellCommandUtils.enableIme(Ime2Constants.IME_ID));
74 shell(ShellCommandUtils.setCurrentIme(Ime1Constants.IME_ID));
85 shell(ShellCommandUtils.enableIme(Ime1Constants.IME_ID));
86 shell(ShellCommandUtils.setCurrentIme(Ime1Constants.IME_ID));
94 assertEquals(shell(ShellCommandUtil
128 private String shell(final String command) throws Exception { method in class:InputMethodServiceLifecycleTest
[all...]
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
H A DTestHelper.java73 * Execute a shell {@code command} and return its standard out.
74 * @param command a shell command text to execute.
78 String shell(final String command) throws IOException { method in class:TestHelper

Completed in 279 milliseconds