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

/frameworks/base/core/java/android/app/
H A DNotification.java5756 public static final int UNSET_ACTION_INDEX = -1; field in class:Notification.WearableExtender
5860 private int mContentActionIndex = UNSET_ACTION_INDEX;
5896 UNSET_ACTION_INDEX);
5937 if (mContentActionIndex != UNSET_ACTION_INDEX) {
6218 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2934 public static final int UNSET_ACTION_INDEX = -1; field in class:NotificationCompat.WearableExtender
3039 private int mContentActionIndex = UNSET_ACTION_INDEX;
3079 UNSET_ACTION_INDEX);
3123 if (mContentActionIndex != UNSET_ACTION_INDEX) {
3408 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.

Completed in 90 milliseconds