Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1836 private final boolean mIsContextual; field in Notification.Action
1873 mIsContextual = in.readInt() == 1; in Action()
1901 this.mIsContextual = isContextual; in Action()
1955 return mIsContextual; in isContextual()
1994 private boolean mIsContextual; field in Notification.Action.Builder
2154 mIsContextual = isContextual; in setContextual()
2188 if (!mIsContextual) return; in checkContextualActionNullFields()
2235 mAllowGeneratedReplies, mSemanticAction, mIsContextual, in build()
2283 out.writeInt(mIsContextual ? 1 : 0); in writeToParcel()