Home
last modified time | relevance | path

Searched refs:getValueFieldEditor (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/moblab/wizard/
DCloudStorageCard.java55 TextBox box = getValueFieldEditor(CloudStorageInfo.JSON_FIELD_BOTO_KEY_ID); in updateModeUI()
59 box = getValueFieldEditor(CloudStorageInfo.JSON_FIELD_BOTO_SECRET_KEY); in updateModeUI()
157 TextBox textBox = getValueFieldEditor(fieldId); in getStringValueFieldValue()
DFlexWizardCard.java85 protected TextBox getValueFieldEditor(String fieldId) { in getValueFieldEditor() method in FlexWizardCard