Searched refs:mContentActionIndex (Results 1 – 2 of 2) sorted by relevance
11038 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.Builder.WearableExtender11075 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()11118 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()11120 mContentActionIndex); in extend()11155 that.mContentActionIndex = this.mContentActionIndex; in clone()11404 mContentActionIndex = actionIndex; in setContentAction()11418 return mContentActionIndex; in getContentAction()
7900 Landroid/app/Notification$WearableExtender;->mContentActionIndex:I