Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DTransitionRunnerTest.kt46 val result = runner.execute(flicker) in canRunTransition()
62 val result = runner.execute(flicker) in canRunTransitionCached()
64 val cachedResult = runner.execute(flicker) in canRunTransitionCached()
/platform_testing/libraries/system-helpers/user-helper/src/android/system/helpers/
DUserHelper.java62 String cmdOut = CommandsHelper.execute("pm create-user " + userName); in createSecondaryUser()
80 String cmdOut = CommandsHelper.execute("pm list users"); in getSecondaryUserId()
94 CommandsHelper.execute("pm remove-user " + userId); in removeSecondaryUser()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DFlicker.kt110 fun execute(): Flicker = apply { in <lambda>() method
111 val result = runner.execute(this) in <lambda>()
121 execute() in checkIsExecuted()
DTransitionRunner.kt57 open fun execute(flicker: Flicker): FlickerResult { in execute() method in com.android.server.wm.flicker.TransitionRunner
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java78 Matcher matcher = TASK_REGEX.matcher(CommandsHelper.execute("am stack list")); in getTaskIdForActivity()
96 CommandsHelper.execute( in changeWindowMode()
184 String output = CommandsHelper.execute("bmgr enable " + Boolean.toString(enable)); in enableBmgr()
/platform_testing/libraries/audio-test-harness/server/src/test/java/com/android/media/audiotestharness/server/javasound/
DJavaAudioCapturerTests.java94 verify(mExecutor).execute(any(JavaAudioCapturer.TargetDataLineWatchingPublisher.class)); in open_schedulesPublisherTask()
147 verify(mExecutor).execute(runnableArgCaptor.capture()); in attachOutput_attachesOutputSuccessfully_outputStream()
187 verify(mExecutor).execute(runnableArgCaptor.capture()); in attachOutput_attachesOutputSuccessfully_file()
209 verify(mExecutor).execute(runnableArgCaptor.capture()); in close_stopsPublisherAsExpected()
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java106 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
/platform_testing/libraries/audio-test-harness/server/src/main/java/com/android/media/audiotestharness/server/javasound/
DJavaAudioCapturer.java129 mExecutorService.execute(mPublisher); in open()
/platform_testing/libraries/flicker/
DREADME.md114 …s` uses the library to test common UI transitions. Run `atest FlickerTests` to execute these tests.
/platform_testing/libraries/compatibility-common-util/tests/assets/
Darm64_libdl.txt64 W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
Darm32_libdl.txt44 W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
Dx86app_process64.txt80 W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
Dx86app_process32.txt52 W (write), A (alloc), X (execute), M (merge), S (strings), I (info),