Searched defs:mContentActionIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3372 private int mContentActionIndex = UNSET_ACTION_INDEX; field in class:NotificationCompat.WearableExtender
3421 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
3477 if (mContentActionIndex != UNSET_ACTION_INDEX) {
3479 mContentActionIndex);
3541 that.mContentActionIndex = this.mContentActionIndex;
3773 mContentActionIndex = actionIndex;
3792 return mContentActionIndex;
/frameworks/base/core/java/android/app/
H A DNotification.java7212 private int mContentActionIndex = UNSET_ACTION_INDEX; field in class:Notification.WearableExtender
7248 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
7291 if (mContentActionIndex != UNSET_ACTION_INDEX) {
7293 mContentActionIndex);
7328 that.mContentActionIndex = this.mContentActionIndex;
7560 mContentActionIndex = actionIndex;
7579 return mContentActionIndex;

Completed in 32 milliseconds