Searched refs:MIN_LENGTH (Results 1 – 3 of 3) sorted by relevance
28 private static final int MIN_LENGTH = 4; field in AudioSharingNameTextValidator33 if (value == null || value.length() < MIN_LENGTH || value.length() > MAX_LENGTH) { in isTextValid()
257 if (this.length == length || length <= MIN_LENGTH) { in <lambda>()335 val MIN_LENGTH: Long = SECOND_IN_MILLIS in <lambda>() constant
374 if (lengthMillis < Timer.MIN_LENGTH) { in handleSetTimer()