OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShellCommandBuilder
(Results
1 - 2
of
2
) sorted by null
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
ShellCommandBuilder.java
35
public class
ShellCommandBuilder
{
36
private static final String LOG_TAG = "
ShellCommandBuilder
";
42
* Returns a {@link
ShellCommandBuilder
} with an {@link UiAutomation} which doesn't suppress
45
public static
ShellCommandBuilder
create(Instrumentation instrumentation) {
46
return new
ShellCommandBuilder
(instrumentation.getUiAutomation(
51
* Returns a {@link
ShellCommandBuilder
} with {@code uiAutomation}.
53
public static
ShellCommandBuilder
create(UiAutomation uiAutomation) {
54
return new
ShellCommandBuilder
(uiAutomation);
57
private
ShellCommandBuilder
(UiAutomation uiAutomation) {
67
public
ShellCommandBuilder
deleteSecureSetting(String name)
[
all
...]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java
49
import android.accessibility.cts.common.
ShellCommandBuilder
;
[
all
...]
Completed in 62 milliseconds