Home
last modified time | relevance | path

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

/frameworks/support/compat/gingerbread/android/support/v4/app/
DNotificationCompatBase.java44 boolean allowGeneratedReplies); in build() argument
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java144 boolean allowGeneratedReplies = action.getExtras().getBoolean( in getActionCompatFromAction()
147 action.getExtras(), remoteInputs, allowGeneratedReplies); in getActionCompatFromAction()
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java261 boolean allowGeneratedReplies = false; in readAction()
266 allowGeneratedReplies = extras.getBoolean(EXTRA_ALLOW_GENERATED_REPLIES); in readAction()
269 allowGeneratedReplies); in readAction()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2440 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action() argument
2446 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
2574 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { in setAllowGeneratedReplies() argument
2575 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()
2865 boolean allowGeneratedReplies) {
2867 (RemoteInput[]) remoteInputs, allowGeneratedReplies);
/frameworks/base/core/java/android/app/
DNotification.java1054 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Action() argument
1063 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
1144 RemoteInput[] remoteInputs, boolean allowGeneratedReplies) { in Builder() argument
1153 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()
1203 public Builder setAllowGeneratedReplies(boolean allowGeneratedReplies) { in setAllowGeneratedReplies() argument
1204 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()