Home
last modified time | relevance | path

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

/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java253 Intent gmailIntent = pm.getLaunchIntentForPackage("com.google.android.gm"); in launchGMail() local
254 gmailIntent.addCategory(Intent.CATEGORY_LAUNCHER); in launchGMail()
255 gmailIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in launchGMail()
256 getInstrumentation().getContext().startActivity(gmailIntent); in launchGMail()