Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java1704 private boolean mAllowGeneratedReplies = true; field in Notification.Action
1741 mAllowGeneratedReplies = in.readInt() == 1; in Action()
1769 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
1798 return mAllowGeneratedReplies; in getAllowGeneratedReplies()
1860 private boolean mAllowGeneratedReplies = true; field in Notification.Action.Builder
1927 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()
1984 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()
2090 mAllowGeneratedReplies, mSemanticAction, mIsContextual, in build()
2132 out.writeInt(mAllowGeneratedReplies ? 1 : 0); in writeToParcel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7536 Landroid/app/Notification$Action$Builder;->mAllowGeneratedReplies:Z
7560 Landroid/app/Notification$Action;->mAllowGeneratedReplies:Z