Searched refs:mAllowGeneratedReplies (Results 1 – 1 of 1) sorted by relevance
1450 private boolean mAllowGeneratedReplies = true; field in Notification.Action1486 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.Builder1641 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()1697 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()1788 mAllowGeneratedReplies, mSemanticAction, mIsContextual); in build()1828 out.writeInt(mAllowGeneratedReplies ? 1 : 0); in writeToParcel()