Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1494 private final boolean mIsContextual; field in Notification.Action
1530 mIsContextual = in.readInt() == 1; in Action()
1556 this.mIsContextual = isContextual; in Action()
1609 return mIsContextual; in isContextual()
1637 private boolean mIsContextual; field in Notification.Action.Builder
1764 mIsContextual = isContextual; in setContextual()
1783 if (!mIsContextual) return; in checkContextualActionNullFields()
1830 mAllowGeneratedReplies, mSemanticAction, mIsContextual); in build()
1872 out.writeInt(mIsContextual ? 1 : 0); in writeToParcel()