Searched refs:mContentActionIndex (Results 1 – 2 of 2) sorted by relevance
9099 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.Builder.WearableExtender9135 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()9178 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()9180 mContentActionIndex); in extend()9215 that.mContentActionIndex = this.mContentActionIndex; in clone()9464 mContentActionIndex = actionIndex; in setContentAction()9478 return mContentActionIndex; in getContentAction()
7903 Landroid/app/Notification$WearableExtender;->mContentActionIndex:I