Home
last modified time | relevance | path

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

/packages/services/Car/tools/emulator/
Dvhal_emulator_test.py345 def runTests(self): member in VhalTest
377 v.runTests()
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java633 testsToRun.runTests(mTestService, testResults); in runVmTestService()
678 void runTests(ITestService testService, TestResults testResults) throws Exception; in runTests() method