HomeSort by relevance Sort by last modified time
    Searched full:intentisland (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 84 Intent intentIsland = new Intent(Intent.ACTION_MAIN);
85 intentIsland.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
86 intentIsland.addCategory(Intent.CATEGORY_LAUNCHER);
87 intentIsland.setComponent(new ComponentName(REPLICA_ISLAND_PACKAGE,
89 context.startActivity(intentIsland);

Completed in 767 milliseconds