Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3039 private int mContentActionIndex = UNSET_ACTION_INDEX; field in NotificationCompat.WearableExtender
3078 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()
/frameworks/base/core/java/android/app/
DNotification.java5860 private int mContentActionIndex = UNSET_ACTION_INDEX; field in Notification.WearableExtender
5895 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()