Home
last modified time | relevance | path

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

/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java47 static final String EXTRA_ALLOW_GENERATED_REPLIES = "android.support.allowGeneratedReplies"; field in NotificationCompatJellybean
274 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES); in readAction()
292 actionExtras.putBoolean(EXTRA_ALLOW_GENERATED_REPLIES, in writeActionAndGetExtras()
395 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES, false); in getActionFromBundle()
434 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in getBundleForAction()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java162 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in addAction()
180 NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES); in getActionCompatFromAction()
195 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in getActionFromActionCompat()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java182 actionExtras.putBoolean(NotificationCompatJellybean.EXTRA_ALLOW_GENERATED_REPLIES, in addAction()