Home
last modified time | relevance | path

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

/platform_testing/host_runners/utils/src/com/android/runner/utils/
DInstrumentationResultProtoParser.java129 String currentValue = null; in processTestStatus() local
131 currentValue = entry.getValueString().trim(); in processTestStatus()
133 currentValue = String.valueOf(entry.getValueInt()); in processTestStatus()
136 String.format(INSTRUMENTATION_STATUS_FORMAT, currentKey, currentValue)); in processTestStatus()
157 String currentValue = ""; in processSessionStatus() local
159 currentValue = entry.getValueString(); in processSessionStatus()
160 String lines[] = currentValue.split("\\r?\\n"); in processSessionStatus()
173 currentValue = String.valueOf(entry.getValueInt()); in processSessionStatus()
175 String.format(INSTRUMENTATION_RESULT_FORMAT, currentKey, currentValue)); in processSessionStatus()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDateTimeHelperImpl.java345 String currentValue = ""; in scrollToObjectInPicker() local
347 currentValue = new UiObject(dayOrMonthSelector).getText().trim(); in scrollToObjectInPicker()
352 while (!currentValue.equals(s.trim())) { in scrollToObjectInPicker()
372 currentValue = new UiObject(dayOrMonthSelector).getText().trim(); in scrollToObjectInPicker()