Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9076 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.Builder.WearableExtender
9112 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
9155 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()
9157 mContentActionIndex); in extend()
9192 that.mContentActionIndex = this.mContentActionIndex; in clone()
9441 mContentActionIndex = actionIndex; in setContentAction()
9455 return mContentActionIndex; in getContentAction()