Home
last modified time | relevance | path

Searched refs:id2 (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsTest.java64 TestDescription id2 = new TestDescription("class", "test2"); in testAddTestMetrics() local
65 Arrays.asList("2.0", "2.1", "2.2").forEach(e -> mMetrics.addTestMetric(id2, "metric1", e)); in testAddTestMetrics()
66 Arrays.asList("3.0", "3.1", "3.2").forEach(e -> mMetrics.addTestMetric(id2, "metric2", e)); in testAddTestMetrics()
73 mMetrics.getTestMetrics().get(new Pair<>(id2, "metric1"))); in testAddTestMetrics()
76 mMetrics.getTestMetrics().get(new Pair<>(id2, "metric2"))); in testAddTestMetrics()
87 TestDescription id2 = new TestDescription("class", "test2"); in testValidate() local
88 Arrays.asList("2.0", "2.1", "2.2").forEach(e -> mMetrics.addTestMetric(id2, "metric1", e)); in testValidate()
89 Arrays.asList("3.0", "3.1").forEach(e -> mMetrics.addTestMetric(id2, "metric2", e)); in testValidate()
113 TestDescription id2 = new TestDescription("class", "test2"); in testCrossValidate() local
117 mMetrics.addTestMetric(id2, "metric1", e); in testCrossValidate()
[all …]
DDetectRegressionTest.java116 TestDescription id2 = new TestDescription("class", "test2"); in testRunRegressionDetection() local
127 .forEach(e -> before.addTestMetric(id2, "metric-5", e)); in testRunRegressionDetection()
129 .forEach(e -> before.addTestMetric(id2, "metric-6", e)); in testRunRegressionDetection()
141 .forEach(e -> after.addTestMetric(id2, "metric-5", e)); in testRunRegressionDetection()
143 .forEach(e -> after.addTestMetric(id2, "metric-6", e)); in testRunRegressionDetection()
162 assertEquals(1, testResults.get(id2.toString()).size()); in testRunRegressionDetection()
163 assertEquals("metric-6", testResults.get(id2.toString()).get(0).name); in testRunRegressionDetection()
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DAttachTest.py66 id2 = dut.droid.wifiAwareAttach(True, None, True)
69 dut.log.info('id1=%d, id2=%d, id3=%d', id1, id2, id3)
80 dut, autils.decorate_event(aconsts.EVENT_CB_ON_ATTACHED, id2))
83 autils.decorate_event(aconsts.EVENT_CB_ON_IDENTITY_CHANGED, id2))
DDiscoveryTest.py888 id2 = dut2.droid.wifiAwareAttach(False)
910 id2, autils.create_discovery_config(X_SERVICE_NAME, type_x[0]))
918 id2, autils.create_discovery_config(Y_SERVICE_NAME, type_y[0]))
932 id2, autils.create_discovery_config(Y_SERVICE_NAME, type_y[1]))
DDataPathTest.py1334 id2, mac2 = autils.attach_with_identity(dut2)
1345 id2, aconsts.DATA_PATH_RESPONDER, mac1))
1405 id2, aconsts.DATA_PATH_INITIATOR, mac1))
1493 id2, mac2 = autils.attach_with_identity(dut2)
1515 autils.get_network_specifier(dut2, id2, dut2_type, mac1,
1536 autils.get_network_specifier(dut2, id2, dut2_type, mac1,
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRttRequestManagementTest.py132 id2 = dut.droid.wifiRttStartRangingToAccessPoints(aps, fake_uid)
141 id2))
/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt192 val id2 = id.name in isSuppressed() constant
198 … if (suppressMatches(string, id1, message) || suppressMatches(string, id2, message)) { in isSuppressed()
206 … suppressMatches(string, id1, message) || suppressMatches(string, id2, message)) in isSuppressed()