Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9557 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.Builder.WearableExtender
9593 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
9636 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()
9638 mContentActionIndex); in extend()
9673 that.mContentActionIndex = this.mContentActionIndex; in clone()
9922 mContentActionIndex = actionIndex; in setContentAction()
9936 return mContentActionIndex; in getContentAction()