Searched refs:UNSET_INDEX (Results 1 – 2 of 2) sorted by relevance
351 var selectedIndex: Int = UNSET_INDEX355 get() = selectedIndex != UNSET_INDEX382 const val UNSET_INDEX = -1 constant
623 private static final int UNSET_INDEX = -1; field in AudioService1224 AudioSystem.DEFAULT_STREAM_VOLUME[stream] = UNSET_INDEX; in AudioService()2380 if (AudioSystem.DEFAULT_STREAM_VOLUME[stream] != UNSET_INDEX) { in updateDefaultVolumes()