Home
last modified time | relevance | path

Searched refs:testData (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/p2p/
Dwifi_p2p_test_utils.py366 testData = genTestData(serviceCategory)
368 ad.droid.wifiP2pCreateUpnpServiceInfo(testData[0], testData[1],
369 testData[2])
372 ad.droid.wifiP2pCreateBonjourServiceInfo(testData[0], testData[1],
373 testData[2])
547 testData = []
549 testData.append(p2pconsts.UpnpTestData.uuid)
550 testData.append(p2pconsts.UpnpTestData.serviceType)
551 testData.append([
556 testData.append(p2pconsts.IppTestData.ippInstanceName)
[all …]
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java98 public final void onTestStart(DeviceMetricData testData) { in onTestStart() argument
100 onStart(testData); in onTestStart()
112 DeviceMetricData testData, in onTestEnd() argument
115 onEnd(testData, currentTestCaseMetrics); in onTestEnd()
125 protected void onStart(DeviceMetricData testData) { in onStart() argument
130 DeviceMetricData testData, in onEnd() argument
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollectorTest.java31 protected void onStart(DeviceMetricData testData) { in onTestStartHasErrorOnException()
48 protected void onStart(DeviceMetricData testData) { in onTestEndHasErrorOnException()
/tools/apkzlib/
DMETADATA5 …license_note: "would be NOTICE save for GFDL in: src/test/resources/testData/packaging/text-files/…
DAndroid.bp37 srcs: ["src/test/resources/testData/**/*"],