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/asuite/asuite_plugin/prebuilt/
Dasuite_plugin-1.0.jar ... .String) javax.swing.JCheckBox checkbox String postfix String testTarget private void checkTestTarget (java.lang. ...
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
DTelephonyBaseTest.py248 postfix=build_postfix)
Dtel_test_utils.py7739 def build_id_override(ad, new_build_id=None, postfix=None): argument
7748 if postfix is not None and postfix in build_id:
7749 ad.log.info("Build id already contains %s", postfix)
7752 if postfix and build_id:
7753 new_build_id = "%s.%s" % (build_id, postfix)