Searched defs:UNSET_ACTION_INDEX (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3133 public static final int UNSET_ACTION_INDEX = -1; field in class:NotificationCompat.WearableExtender
3238 private int mContentActionIndex = UNSET_ACTION_INDEX;
3278 UNSET_ACTION_INDEX);
3322 if (mContentActionIndex != UNSET_ACTION_INDEX) {
3607 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.
/frameworks/base/core/java/android/app/
H A DNotification.java6903 public static final int UNSET_ACTION_INDEX = -1; field in class:Notification.WearableExtender
7008 private int mContentActionIndex = UNSET_ACTION_INDEX;
7045 UNSET_ACTION_INDEX);
7087 if (mContentActionIndex != UNSET_ACTION_INDEX) {
7372 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.

Completed in 176 milliseconds