Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 13 of 13) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/device/flicker/legacy/
DAbstractFlickerTestData.kt23 final override fun withTag(tag: String, commands: FlickerTestData.() -> Any) { in withTag()
24 commands() in withTag()
DFlickerBuilder.kt141 fun setup(commands: FlickerTestData.() -> Unit): FlickerBuilder = apply { in <lambda>()
142 setupCommands.add(commands) in <lambda>()
146 fun teardown(commands: FlickerTestData.() -> Unit): FlickerBuilder = apply { in <lambda>()
147 teardownCommands.add(commands) in <lambda>()
DFlickerTestData.kt56 fun withTag(tag: String, commands: FlickerTestData.() -> Any)
/platform_testing/libraries/flicker/src/android/tools/device/flicker/legacy/runner/
DTransitionExecutionRule.kt52 private val commands: List<FlickerTestData.() -> Any> = flicker.transitions, constant in android.tools.device.flicker.legacy.runner.TransitionExecutionRule
64 commands.forEach { it.invoke(flicker) } in apply()
113 require(commands.isNotEmpty() || flicker.traceMonitors.all { it is NoTraceMonitor }) { in doValidate()
/platform_testing/libraries/system-helpers/user-helper/
DAndroid.bp25 "commands-helper",
/platform_testing/libraries/system-helpers/package-helper/
DAndroid.bp23 libs: ["commands-helper"],
/platform_testing/libraries/system-helpers/commands-helper/
DAndroid.bp22 name: "commands-helper",
/platform_testing/libraries/system-helpers/activity-helper/
DAndroid.bp26 "commands-helper",
/platform_testing/libraries/system-helpers/sysui-helper/
DAndroid.bp28 "commands-helper",
/platform_testing/libraries/system-helpers/
DAndroid.bp26 "commands-helper",
/platform_testing/libraries/launcher-helper/
DAndroid.bp32 "commands-helper",
/platform_testing/libraries/flicker/test/src/android/tools/device/flicker/legacy/runner/
DTransitionExecutionRuleTest.kt191 commands: List<FlickerTestData.() -> Unit>, in createRule()
203 commands, in createRule()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneUtils.java360 List<String> commands = tombstone.getCommandLineList();
361 if (commands.isEmpty()) {
364 return Optional.of(new File(commands.get(0)).getName());