Searched refs:wrongComponent (Results 1 – 1 of 1) sorted by relevance
3341 var wrongComponent = new ComponentName(HELLO_WORLD_PACKAGE_NAME, ".MainActivity1"); in testInstallArchivedApi() local3343 var archivedActivity = new ArchivedActivityInfo(wrongLabel, wrongComponent); in testInstallArchivedApi()3345 assertEquals(wrongComponent, archivedActivity.getComponentName()); in testInstallArchivedApi()