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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2208 public static final int UNSET_ACTION_INDEX = -1; field in class:NotificationCompat.WearableExtender
2309 private int mContentActionIndex = UNSET_ACTION_INDEX;
2347 UNSET_ACTION_INDEX);
2389 if (mContentActionIndex != UNSET_ACTION_INDEX) {
2666 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.
/frameworks/base/core/java/android/app/
H A DNotification.java4404 public static final int UNSET_ACTION_INDEX = -1; field in class:Notification.WearableExtender
4505 private int mContentActionIndex = UNSET_ACTION_INDEX;
4540 UNSET_ACTION_INDEX);
4580 if (mContentActionIndex != UNSET_ACTION_INDEX) {
4857 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.

Completed in 54 milliseconds