Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1450 private boolean mAllowGeneratedReplies = true; field in Notification.Action
1486 mAllowGeneratedReplies = in.readInt() == 1; in Action()
1512 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
1540 return mAllowGeneratedReplies; in getAllowGeneratedReplies()
1591 private boolean mAllowGeneratedReplies = true; field in Notification.Action.Builder
1641 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()
1697 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()
1788 mAllowGeneratedReplies, mSemanticAction, mIsContextual); in build()
1828 out.writeInt(mAllowGeneratedReplies ? 1 : 0); in writeToParcel()