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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatJellybean.java41 static final String EXTRA_ALLOW_GENERATED_REPLIES = "android.support.allowGeneratedReplies";
125 boolean allowGeneratedReplies = false;
132 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES);
135 dataOnlyRemoteInputs, allowGeneratedReplies,
232 boolean allowGeneratedReplies = false;
234 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES, false);
243 allowGeneratedReplies,
H A DNotificationCompat.java3120 boolean allowGeneratedReplies, @SemanticAction int semanticAction,
3128 this.mAllowGeneratedReplies = allowGeneratedReplies;
3237 RemoteInput[] remoteInputs, boolean allowGeneratedReplies,
3245 mAllowGeneratedReplies = allowGeneratedReplies;
3292 * @param allowGeneratedReplies {@code true} to allow generated replies, {@code false}
3297 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { argument
3298 mAllowGeneratedReplies = allowGeneratedReplies;
5062 final boolean allowGeneratedReplies;
5064 allowGeneratedReplies = action.getExtras().getBoolean(
5068 allowGeneratedReplies
3118 Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, RemoteInput[] dataOnlyRemoteInputs, boolean allowGeneratedReplies, @SemanticAction int semanticAction, boolean showsUserInterface) argument
3236 Builder(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies, @SemanticAction int semanticAction, boolean showsUserInterface) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1461 RemoteInput[] remoteInputs, boolean allowGeneratedReplies,
1471 this.mAllowGeneratedReplies = allowGeneratedReplies;
1578 RemoteInput[] remoteInputs, boolean allowGeneratedReplies,
1588 mAllowGeneratedReplies = allowGeneratedReplies;
1634 * @param allowGeneratedReplies {@code true} to allow generated replies, {@code false}
1639 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { argument
1640 mAllowGeneratedReplies = allowGeneratedReplies;
1460 Action(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies, @SemanticAction int semanticAction) argument
1577 Builder(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies, @SemanticAction int semanticAction) argument

Completed in 1927 milliseconds