Searched defs:createViewConversationIntent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java702 notificationIntent = createViewConversationIntent(context, account, folder,
705 notificationIntent = createViewConversationIntent(context, account, folder,
923 private static Intent createViewConversationIntent(final Context context, final Account account, method in class:NotificationUtils
926 LogUtils.e(LOG_TAG, "createViewConversationIntent(): "
941 intent = Utils.createViewConversationIntent(context, conversation,
1117 Intent conversationNotificationIntent = createViewConversationIntent(
H A DUtils.java463 public static Intent createViewConversationIntent(final Context context, method in class:Utils

Completed in 41 milliseconds