HomeSort by relevance Sort by last modified time
    Searched refs:all_instrumentations (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/
apk_helper_test.py 151 all_instrumentations = helper.GetAllInstrumentations()
152 self.assertEquals(len(all_instrumentations), 2)
153 self.assertEquals(all_instrumentations[0]['android:name'],
155 self.assertEquals(all_instrumentations[1]['android:name'],
apk_helper.py 175 all_instrumentations = self.GetAllInstrumentations(default=default)
176 if len(all_instrumentations) != 1:
180 return self._ResolveName(all_instrumentations[0]['android:name'])

Completed in 462 milliseconds