Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1492 private boolean mAllowGeneratedReplies = true; field in Notification.Action
1528 mAllowGeneratedReplies = in.readInt() == 1; in Action()
1554 this.mAllowGeneratedReplies = allowGeneratedReplies; in Action()
1582 return mAllowGeneratedReplies; in getAllowGeneratedReplies()
1633 private boolean mAllowGeneratedReplies = true; field in Notification.Action.Builder
1683 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()
1739 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()
1830 mAllowGeneratedReplies, mSemanticAction, mIsContextual); in build()
1870 out.writeInt(mAllowGeneratedReplies ? 1 : 0); in writeToParcel()