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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2309 private int mContentActionIndex = UNSET_ACTION_INDEX; field in class:NotificationCompat.WearableExtender
2346 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
2389 if (mContentActionIndex != UNSET_ACTION_INDEX) {
2391 mContentActionIndex);
2420 that.mContentActionIndex = this.mContentActionIndex;
2650 mContentActionIndex = actionIndex;
2669 return mContentActionIndex;
/frameworks/base/core/java/android/app/
H A DNotification.java4505 private int mContentActionIndex = UNSET_ACTION_INDEX; field in class:Notification.WearableExtender
4539 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
4580 if (mContentActionIndex != UNSET_ACTION_INDEX) {
4582 mContentActionIndex);
4611 that.mContentActionIndex = this.mContentActionIndex;
4841 mContentActionIndex = actionIndex;
4860 return mContentActionIndex;

Completed in 110 milliseconds