Searched refs:allowGeneratedReplies (Results 1 – 5 of 5) sorted by relevance
44 boolean allowGeneratedReplies); in build() argument
144 boolean allowGeneratedReplies = action.getExtras().getBoolean( in getActionCompatFromAction()147 action.getExtras(), remoteInputs, allowGeneratedReplies); in getActionCompatFromAction()
261 boolean allowGeneratedReplies = false; in readAction()266 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES); in readAction()269 allowGeneratedReplies); in readAction()
2440 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action() argument2446 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()2574 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { in setAllowGeneratedReplies() argument2575 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()2865 boolean allowGeneratedReplies) {2867 (RemoteInput[]) remoteInputs, allowGeneratedReplies);
1054 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action() argument1063 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()1144 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Builder() argument1153 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()1203 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { in setAllowGeneratedReplies() argument1204 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()