Searched refs:mAllowGeneratedReplies (Results 1 – 1 of 1) sorted by relevance
1492 private boolean mAllowGeneratedReplies = true; field in Notification.Action1528 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.Builder1683 mAllowGeneratedReplies = allowGeneratedReplies; in Builder()1739 mAllowGeneratedReplies = allowGeneratedReplies; in setAllowGeneratedReplies()1830 mAllowGeneratedReplies, mSemanticAction, mIsContextual); in build()1870 out.writeInt(mAllowGeneratedReplies ? 1 : 0); in writeToParcel()