Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/asuite_plugin/src/java/com/android/atest/widget/
DAtestFastInputController.java120 private void setCheckbox(JCheckBox checkbox, String postfix) { in setCheckbox() argument
123 testTarget = testTarget.concat(postfix); in setCheckbox()
125 testTarget = testTarget.replace(postfix, ""); in setCheckbox()
139 private void checkTestTarget(String testTarget, JCheckBox checkbox, String postfix) { in checkTestTarget() argument
140 if (testTarget.contains(postfix)) { in checkTestTarget()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/help/
DIssuesCommand.kt67 postfix = ")" in <lambda>()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py2812 def build_id_override(ad, new_build_id=None, postfix=None): argument
2821 if postfix is not None and postfix in build_id:
2822 ad.log.info("Build id already contains %s", postfix)
2823 if postfix == 'STATIONARY_TEST':
2827 if postfix and build_id:
2828 new_build_id = "%s.%s" % (build_id, postfix)
DTelephonyBaseTest.py283 postfix=build_postfix)