Home
last modified time | relevance | path

Searched refs:GetInstrumentationNames (Results 1 – 3 of 3) sorted by relevance

/development/testrunner/tests/
Dandroid_manifest_tests.py38 self._manifest.GetInstrumentationNames())
/development/testrunner/test_defs/
Dinstrumentation_test.py218 return manifest_parser.GetInstrumentationNames()
249 instrs = manifest_parser.GetInstrumentationNames()
260 instr_name = manifest_parser.GetInstrumentationNames()[0]
/development/testrunner/
Dandroid_manifest.py84 def GetInstrumentationNames(self): member in AndroidManifest