Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java142 List<InstrumentationInfo> instrumentations = mPackageManager.queryInstrumentation( in testQuery() local
144 checkInstrumentationInfoName(INSTRUMENT_NAME, instrumentations); in testQuery()
224 List<InstrumentationInfo> instrumentations) { in checkInstrumentationInfoName() argument
226 Iterator<InstrumentationInfo> infoIterator = instrumentations.iterator(); in checkInstrumentationInfoName()