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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3707 public static final int UNSET_ACTION_INDEX = -1; field in class:NotificationCompat.WearableExtender
3812 private int mContentActionIndex = UNSET_ACTION_INDEX;
3862 UNSET_ACTION_INDEX);
3917 if (mContentActionIndex != UNSET_ACTION_INDEX) {
4233 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.
/frameworks/base/core/java/android/app/
H A DNotification.java8225 public static final int UNSET_ACTION_INDEX = -1; field in class:Notification.WearableExtender
8330 private int mContentActionIndex = UNSET_ACTION_INDEX;
8367 UNSET_ACTION_INDEX);
8409 if (mContentActionIndex != UNSET_ACTION_INDEX) {
8698 * @return the action index or {@link #UNSET_ACTION_INDEX} if no action was selected.

Completed in 74 milliseconds