Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java3341 var wrongComponent = new ComponentName(HELLO_WORLD_PACKAGE_NAME, ".MainActivity1"); in testInstallArchivedApi() local
3343 var archivedActivity = new ArchivedActivityInfo(wrongLabel, wrongComponent); in testInstallArchivedApi()
3345 assertEquals(wrongComponent, archivedActivity.getComponentName()); in testInstallArchivedApi()