Home | History | Annotate | Download | only in session

Lines Matching defs:UNKNOWN_ID

1631         public static final int UNKNOWN_ID = -1;
1643 * play queue and cannot be {@link #UNKNOWN_ID}.
1653 if (id == UNKNOWN_ID) {
1654 throw new IllegalArgumentException("Id cannot be QueueItem.UNKNOWN_ID");