Searched refs:INSTRUMENT_NAME (Results 1 – 1 of 1) sorted by relevance
99 private static final String INSTRUMENT_NAME = "android.content.pm.cts.TestPmInstrumentation"; field in PackageManagerTest144 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()