Home
last modified time | relevance | path

Searched defs:run_instrumentation_test (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/hostsidetests/theme/
H A Dandroid_device.py93 def run_instrumentation_test(self, option): member in AndroidDevice
/aosp_15_r20/external/python/mobly/tests/mobly/
Dbase_instrumentation_test_test.py101 def run_instrumentation_test(self, instrumentation_output, prefix=None): member in BaseInstrumentationTestTest
/aosp_15_r20/frameworks/base/tools/bit/
H A Dadb.cpp277 run_instrumentation_test(const string& packageName, const string& runner, const string& className, in run_instrumentation_test() function
/aosp_15_r20/external/python/mobly/mobly/
Dbase_instrumentation_test.py940 def run_instrumentation_test( member in InstrumentationTestMixin