Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java99 private static final String INSTRUMENT_NAME = "android.content.pm.cts.TestPmInstrumentation"; field in PackageManagerTest
144 checkInstrumentationInfoName(INSTRUMENT_NAME, instrumentations); in testQuery()
249 ComponentName instrName = new ComponentName(PACKAGE_NAME, INSTRUMENT_NAME); in testGetInfo()
302 assertEquals(INSTRUMENT_NAME, mPackageManager.getInstrumentationInfo(instrName, 0).name); in testGetInfo()