Searched refs:commands (Results 1 – 13 of 13) sorted by relevance
| /platform_testing/libraries/flicker/src/android/tools/device/flicker/legacy/ |
| D | AbstractFlickerTestData.kt | 23 final override fun withTag(tag: String, commands: FlickerTestData.() -> Any) { in withTag() 24 commands() in withTag()
|
| D | FlickerBuilder.kt | 141 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>()
|
| D | FlickerTestData.kt | 56 fun withTag(tag: String, commands: FlickerTestData.() -> Any)
|
| /platform_testing/libraries/flicker/src/android/tools/device/flicker/legacy/runner/ |
| D | TransitionExecutionRule.kt | 52 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/ |
| D | Android.bp | 25 "commands-helper",
|
| /platform_testing/libraries/system-helpers/package-helper/ |
| D | Android.bp | 23 libs: ["commands-helper"],
|
| /platform_testing/libraries/system-helpers/commands-helper/ |
| D | Android.bp | 22 name: "commands-helper",
|
| /platform_testing/libraries/system-helpers/activity-helper/ |
| D | Android.bp | 26 "commands-helper",
|
| /platform_testing/libraries/system-helpers/sysui-helper/ |
| D | Android.bp | 28 "commands-helper",
|
| /platform_testing/libraries/system-helpers/ |
| D | Android.bp | 26 "commands-helper",
|
| /platform_testing/libraries/launcher-helper/ |
| D | Android.bp | 32 "commands-helper",
|
| /platform_testing/libraries/flicker/test/src/android/tools/device/flicker/legacy/runner/ |
| D | TransitionExecutionRuleTest.kt | 191 commands: List<FlickerTestData.() -> Unit>, in createRule() 203 commands, in createRule()
|
| /platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/ |
| D | TombstoneUtils.java | 360 List<String> commands = tombstone.getCommandLineList(); 361 if (commands.isEmpty()) { 364 return Optional.of(new File(commands.get(0)).getName());
|