Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java249 ComponentName instrName = new ComponentName(PACKAGE_NAME, INSTRUMENT_NAME); in testGetInfo() local
302 assertEquals(INSTRUMENT_NAME, mPackageManager.getInstrumentationInfo(instrName, 0).name); in testGetInfo()