Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompatJellybean.java122 boolean allowGeneratedReplies = false; in readAction()
129 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES); in readAction()
132 dataOnlyRemoteInputs, allowGeneratedReplies); in readAction()
228 boolean allowGeneratedReplies = false; in getActionFromBundle()
230 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES, false); in getActionFromBundle()
239 allowGeneratedReplies); in getActionFromBundle()
DNotificationCompat.java2763 boolean allowGeneratedReplies) { in Action() argument
2770 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
2855 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Builder() argument
2862 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()
2912 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { in setAllowGeneratedReplies() argument
2913 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()
4599 final boolean allowGeneratedReplies; in getActionCompatFromAction()
4601 allowGeneratedReplies = action.getExtras().getBoolean( in getActionCompatFromAction()
4605 allowGeneratedReplies = action.getExtras().getBoolean( in getActionCompatFromAction()
4609 action.getExtras(), remoteInputs, null, allowGeneratedReplies); in getActionCompatFromAction()
/frameworks/base/core/java/android/app/
DNotification.java1282 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action() argument
1291 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
1387 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Builder() argument
1396 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()
1446 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { in setAllowGeneratedReplies() argument
1447 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()