Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1502 RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Action() argument
1512 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
1631 @Nullable RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Builder() argument
1641 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()
1696 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { in setAllowGeneratedReplies() argument
1697 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()