Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java11038 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.Builder.WearableExtender
11075 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7900 Landroid/app/Notification$WearableExtender;->mContentActionIndex:I