Searched refs:intentIsland (Results 1 – 1 of 1) sorted by relevance
88 Intent intentIsland = new Intent(Intent.ACTION_MAIN); in setUp() local89 intentIsland.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in setUp()90 intentIsland.addCategory(Intent.CATEGORY_LAUNCHER); in setUp()91 intentIsland.setComponent(new ComponentName(REPLICA_ISLAND_PACKAGE, in setUp()93 context.startActivity(intentIsland); in setUp()