Searched refs:mContentActionIndex (Results 1 – 2 of 2) sorted by relevance
3039 private int mContentActionIndex = UNSET_ACTION_INDEX; field in NotificationCompat.WearableExtender3078 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()3123 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()3125 mContentActionIndex); in extend()3160 that.mContentActionIndex = this.mContentActionIndex; in clone()3392 mContentActionIndex = actionIndex; in setContentAction()3411 return mContentActionIndex; in getContentAction()
5860 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.WearableExtender5895 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()5937 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()5939 mContentActionIndex); in extend()5971 that.mContentActionIndex = this.mContentActionIndex; in clone()6202 mContentActionIndex = actionIndex; in setContentAction()6221 return mContentActionIndex; in getContentAction()