Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 3 of 3) 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/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_client.py218 def start_collection(self, postfix=None): argument
235 if not postfix:
236 postfix = str(self._collections_counter)
237 postfix = '%s_%s' % (postfix, str(uuid.uuid4())[0:8])
239 'bits_collection_%s' % postfix)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DTelephonyBaseTest.py249 postfix=build_postfix)