Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1452 private final boolean mIsContextual; field in Notification.Action
1488 mIsContextual = in.readInt() == 1; in Action()
1514 this.mIsContextual = isContextual; in Action()
1567 return mIsContextual; in isContextual()
1595 private boolean mIsContextual; field in Notification.Action.Builder
1722 mIsContextual = isContextual; in setContextual()
1741 if (!mIsContextual) return; in checkContextualActionNullFields()
1788 mAllowGeneratedReplies, mSemanticAction, mIsContextual); in build()
1830 out.writeInt(mIsContextual ? 1 : 0); in writeToParcel()