Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/system-helpers/user-helper/src/android/system/helpers/
DUserHelper.java60 String cmdOut = CommandsHelper.execute("pm create-user " + userName); in createSecondaryUser()
78 String cmdOut = CommandsHelper.execute("pm list users"); in getSecondaryUserId()
92 CommandsHelper.execute("pm remove-user " + userId); in removeSecondaryUser()
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java77 Matcher matcher = TASK_REGEX.matcher(CommandsHelper.execute("am stack list")); in getTaskIdForActivity()
95 CommandsHelper.execute( in changeWindowMode()
183 String output = CommandsHelper.execute("bmgr enable " + Boolean.toString(enable)); in enableBmgr()
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java104 public static String execute(String command) { in execute() method in CommandsHelper
/platform_testing/libraries/telephony-utility/src/android/telephony/utility/
DSimCardUtil.java138 public void execute(Runnable r) { in execute() method in SimCardUtil.SynchronousExecutor
/platform_testing/emu_test/
Drun_android_bridge_test.cmd9 REM It will return 0 if it is able to execute tests, otherwise