Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java382 return getPendingIntentWithParentStack(context, intent, 0); in getPendingIntentForConversationListActivity()
392 return getPendingIntentWithParentStack(context, intent, 0); in getPendingIntentForConversationActivity()
415 return getPendingIntentWithParentStack(context, intent, requestCode); in getPendingIntentForSendingMessageToConversation()
443 private static PendingIntent getPendingIntentWithParentStack(final Context context, in getPendingIntentWithParentStack() method in UIIntentsImpl
570 return getPendingIntentWithParentStack(context, intent, requestCode); in getWidgetPendingIntentForConversationActivity()
577 return getPendingIntentWithParentStack(context, intent, 0); in getWidgetPendingIntentForConversationListActivity()
588 return getPendingIntentWithParentStack(context, configureIntent, 0); in getWidgetPendingIntentForConfigurationActivity()