Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3238 private int mContentActionIndex = UNSET_ACTION_INDEX; field in NotificationCompat.WearableExtender
3277 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
3322 if (mContentActionIndex != UNSET_ACTION_INDEX) { in extend()
3324 mContentActionIndex); in extend()
3359 that.mContentActionIndex = this.mContentActionIndex; in clone()
3591 mContentActionIndex = actionIndex; in setContentAction()
3610 return mContentActionIndex; in getContentAction()