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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2763 boolean allowGeneratedReplies) {
2770 this.mAllowGeneratedReplies = allowGeneratedReplies;
2855 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) {
2862 mAllowGeneratedReplies = allowGeneratedReplies;
2907 * @param allowGeneratedReplies {@code true} to allow generated replies, {@code false}
2912 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { argument
2913 mAllowGeneratedReplies = allowGeneratedReplies;
4599 final boolean allowGeneratedReplies;
4601 allowGeneratedReplies = action.getExtras().getBoolean(
4605 allowGeneratedReplies
2761 Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, RemoteInput[] dataOnlyRemoteInputs, boolean allowGeneratedReplies) argument
2854 Builder(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1282 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) {
1291 this.mAllowGeneratedReplies = allowGeneratedReplies;
1387 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) {
1396 mAllowGeneratedReplies = allowGeneratedReplies;
1441 * @param allowGeneratedReplies {@code true} to allow generated replies, {@code false}
1446 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { argument
1447 mAllowGeneratedReplies = allowGeneratedReplies;
1281 Action(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
1386 Builder(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument

Completed in 62 milliseconds