OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShellCommandBuilder
(Results
1 - 3
of
3
) sorted by null
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java
31
public class
ShellCommandBuilder
{
36
public static
ShellCommandBuilder
create(InstrumentationTestCase testCase) {
37
return new
ShellCommandBuilder
(testCase);
40
private
ShellCommandBuilder
(InstrumentationTestCase testCase) {
52
public
ShellCommandBuilder
deleteSecureSetting(String name) {
57
public
ShellCommandBuilder
putSecureSetting(String name, String value) {
62
public
ShellCommandBuilder
grantPermission(String packageName, String permission) {
67
public
ShellCommandBuilder
addCommand(String command) {
AccessibilityMagnificationTest.java
46
ShellCommandBuilder
.create(this)
174
ShellCommandBuilder
.create(this)
188
ShellCommandBuilder
.create(this)
InstrumentedAccessibilityService.java
115
ShellCommandBuilder
.create(testCase)
123
ShellCommandBuilder
.create(testCase)
171
ShellCommandBuilder
.create(testCase)
Completed in 59 milliseconds