Searched refs:INSTRUMENT_NAME (Results 1 – 1 of 1) sorted by relevance
132 private static final String INSTRUMENT_NAME = "android.content.pm.cts.TestPmInstrumentation"; field in PackageManagerTest211 checkInstrumentationInfoName(INSTRUMENT_NAME, instrumentations); in testQuery()316 ComponentName instrName = new ComponentName(PACKAGE_NAME, INSTRUMENT_NAME); in testGetInfo()369 assertEquals(INSTRUMENT_NAME, mPackageManager.getInstrumentationInfo(instrName, 0).name); in testGetInfo()