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.java84 Intent intentIsland = new Intent(Intent.ACTION_MAIN); in setUp() local
85 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()