Searched refs:intentIsland (Results 1 – 1 of 1) sorted by relevance
84 Intent intentIsland = new Intent(Intent.ACTION_MAIN); in setUp() local85 intentIsland.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in setUp()86 intentIsland.addCategory(Intent.CATEGORY_LAUNCHER); in setUp()87 intentIsland.setComponent(new ComponentName(REPLICA_ISLAND_PACKAGE, in setUp()89 context.startActivity(intentIsland); in setUp()