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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3267 public static final int UNSET_ACTION_INDEX = -1; field in class:NotificationCompat.WearableExtender
3372 private int mContentActionIndex = UNSET_ACTION_INDEX;
3422 UNSET_ACTION_INDEX);
3477 if (mContentActionIndex != UNSET_ACTION_INDEX) {
3789 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.
/frameworks/base/core/java/android/app/
H A DNotification.java7107 public static final int UNSET_ACTION_INDEX = -1; field in class:Notification.WearableExtender
7212 private int mContentActionIndex = UNSET_ACTION_INDEX;
7249 UNSET_ACTION_INDEX);
7291 if (mContentActionIndex != UNSET_ACTION_INDEX) {
7576 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.

Completed in 106 milliseconds