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

  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 161 final Intent conversationIntent = new Intent();
162 conversationIntent.setPackage(context.getPackageName());
163 conversationIntent.setAction(Intent.ACTION_VIEW);
164 clickIntent = PendingIntent.getActivity(context, 0, conversationIntent,

Completed in 98 milliseconds