Searched refs:ShellCommandBuilder (Results 1 – 12 of 12) sorted by relevance
37 public class ShellCommandBuilder { class47 public static ShellCommandBuilder create(Instrumentation instrumentation) { in create()48 return new ShellCommandBuilder(instrumentation.getUiAutomation( in create()55 public static ShellCommandBuilder create(UiAutomation uiAutomation) { in create()56 return new ShellCommandBuilder(uiAutomation); in create()59 private ShellCommandBuilder(UiAutomation uiAutomation) { in ShellCommandBuilder() method in ShellCommandBuilder69 public ShellCommandBuilder deleteSecureSetting(String name) { in deleteSecureSetting()74 public ShellCommandBuilder putSecureSetting(String name, String value) { in putSecureSetting()79 public ShellCommandBuilder grantPermission(String packageName, String permission) { in grantPermission()86 public ShellCommandBuilder addCommand(String command) { in addCommand()[all …]
192 ShellCommandBuilder.create(instrumentation) in enableServiceWithoutWait()219 ShellCommandBuilder.create(instrumentation) in enableService()285 ShellCommandBuilder.create(uiAutomation) in disableAllServices()
176 final ShellCommandBuilder command = ShellCommandBuilder.create(uiAutomation); in updateShortcutSetting()
136 ShellCommandBuilder.create(automation) in dumpsysOnLogcat()
32 import android.accessibility.cts.common.ShellCommandBuilder;278 ShellCommandBuilder.create(mInstrumentation) in TestImeSession()286 ShellCommandBuilder.create(mInstrumentation) in close()
45 import android.accessibility.cts.common.ShellCommandBuilder;154 ShellCommandBuilder.create(sInstrumentation) in postTestTearDown()
49 import android.accessibility.cts.common.ShellCommandBuilder;173 ShellCommandBuilder.create(sUiAutomation) in setUp()
55 import android.accessibility.cts.common.ShellCommandBuilder;172 ShellCommandBuilder.create(sInstrumentation) in postTestTearDown()
69 import android.accessibility.cts.common.ShellCommandBuilder;1936 ShellCommandBuilder.create(sInstrumentation) in testUninstallPackage_DisablesMultipleServices()1955 ShellCommandBuilder.create(sInstrumentation) in testUninstallPackage_DisablesMultipleServices()2270 ShellCommandBuilder.create(sInstrumentation) in testUpdateServiceWithoutIntent_disablesService()2318 ShellCommandBuilder.create(sInstrumentation) in testUpdateServiceWithoutIntent_disablesService()2454 ShellCommandBuilder.execShellCommand(sUiAutomation, in grantBindAppWidgetPermission()2459 ShellCommandBuilder.execShellCommand(sUiAutomation, in revokeBindAppWidgetPermission()
44 import android.accessibility.cts.common.ShellCommandBuilder;176 ShellCommandBuilder.create(sUiAutomation) in setUp()1015 ShellCommandBuilder.create(sUiAutomation) in testGetMagnificationRegion_whenMagnificationGesturesEnabled_shouldNotBeEmpty()1028 ShellCommandBuilder.create(sUiAutomation) in testGetMagnificationRegion_whenMagnificationGesturesEnabled_shouldNotBeEmpty()
73 import android.accessibility.cts.common.ShellCommandBuilder;307 ShellCommandBuilder.create(sInstrumentation) in postTestTearDown()1258 ShellCommandBuilder.create(sInstrumentation) in testOnA11yServicesStateChanged_enableService_notifiesNonProxiedApp()
17 import static android.accessibility.cts.common.ShellCommandBuilder.execShellCommand;