Home
last modified time | relevance | path

Searched defs:value2 (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/
DInvocationMetricLoggerTest.java55 private Map<String, String> logMetric(InvocationMetricKey key, String value, String value2) in logMetric()
75 public TestRunnable(InvocationMetricKey key, String value, String value2) { in TestRunnable()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DArgsOptionParserTest.java608 final String value2 = "game"; in testParseBestEffort_oneArg_overwrite() local
698 final String value2 = "game"; in testParseBestEffort_oneArg_manualStop() local
716 final String value2 = "game"; in testParseBestEffort_oneArg_bareWord() local
754 final String value2 = "false"; // Boolean is the value type in testParseBestEffort_mapOption() local
846 final String value2 = "false"; in testParseBestEffort_mapOption_bothFormat() local
1182 final String value2 = "USE_KEYSTORE@bar"; in testKeyStore_mapOptionsMixedValue() local
1216 final String value2 = "USE_KEYSTORE@bar"; in testKeyStore_mapOptionsMixedValue_allKeys() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt576 val value2 = valueElement2.getAttribute(ATTR_VAL) in createAnnotation() constant