Searched refs:instrumentations (Results 1 – 1 of 1) sorted by relevance
209 List<InstrumentationInfo> instrumentations = mPackageManager.queryInstrumentation( in testQuery() local211 checkInstrumentationInfoName(INSTRUMENT_NAME, instrumentations); in testQuery()291 List<InstrumentationInfo> instrumentations) { in checkInstrumentationInfoName() argument293 Iterator<InstrumentationInfo> infoIterator = instrumentations.iterator(); in checkInstrumentationInfoName()