Home
last modified time | relevance | path

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

/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java48 private static final String KEY_ACTION_INTENT = "actionIntent"; field in NotificationCompatJellybean
361 bundle.<PendingIntent>getParcelable(KEY_ACTION_INTENT), in getActionFromBundle()
384 bundle.putParcelable(KEY_ACTION_INTENT, action.getActionIntent()); in getBundleForAction()