Home | History | Annotate | Download | only in session

Lines Matching defs:UNKNOWN_ID

1304         public static final int UNKNOWN_ID = -1;
1314 * play queue and cannot be {@link #UNKNOWN_ID}.
1320 if (id == UNKNOWN_ID) {
1321 throw new IllegalArgumentException("Id cannot be QueueItem.UNKNOWN_ID");