Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1459 private final boolean mIsContextual; field in Notification.Action
1495 mIsContextual = in.readInt() == 1; in Action()
1521 this.mIsContextual = isContextual; in Action()
1574 return mIsContextual; in isContextual()
1602 private boolean mIsContextual; field in Notification.Action.Builder
1729 mIsContextual = isContextual; in setContextual()
1748 if (!mIsContextual) return; in checkContextualActionNullFields()
1795 mAllowGeneratedReplies, mSemanticAction, mIsContextual); in build()
1837 out.writeInt(mIsContextual ? 1 : 0); in writeToParcel()