Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java3812 private int mContentActionIndex = UNSET_ACTION_INDEX; field in NotificationCompat.WearableExtender
3861 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
3917 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()
3919 mContentActionIndex); in extend()
3981 that.mContentActionIndex = this.mContentActionIndex; in clone()
4217 mContentActionIndex = actionIndex; in setContentAction()
4236 return mContentActionIndex; in getContentAction()
/frameworks/base/core/java/android/app/
DNotification.java8330 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.Builder.WearableExtender
8366 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
8409 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()
8411 mContentActionIndex); in extend()
8446 that.mContentActionIndex = this.mContentActionIndex; in clone()
8682 mContentActionIndex = actionIndex; in setContentAction()
8701 return mContentActionIndex; in getContentAction()
/frameworks/base/config/
Dhiddenapi-private-dex.txt9330 Landroid/app/Notification$WearableExtender;->mContentActionIndex:I