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.java233 private static final String INSTRUMENT_NAME = "android.content.pm.cts.TestPmInstrumentation"; field in PackageManagerTest
411 checkInstrumentationInfoName(INSTRUMENT_NAME, instrumentations); in testQuery()
560 ComponentName instrName = new ComponentName(PACKAGE_NAME, INSTRUMENT_NAME); in testGetInfo()
618 assertEquals(INSTRUMENT_NAME, mPackageManager.getInstrumentationInfo(instrName, 0).name); in testGetInfo()