Searched refs:gmailIntent (Results 1 – 1 of 1) sorted by relevance
253 Intent gmailIntent = pm.getLaunchIntentForPackage("com.google.android.gm"); in launchGMail() local254 gmailIntent.addCategory(Intent.CATEGORY_LAUNCHER); in launchGMail()255 gmailIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in launchGMail()256 getInstrumentation().getContext().startActivity(gmailIntent); in launchGMail()