Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGlAppSwitchTest.java88 Intent intentIsland = new Intent(Intent.ACTION_MAIN); in setUp() local
89 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()