Searched refs:subSec (Results 1 – 1 of 1) sorted by relevance
158 static @CurrentTimeMillisLong long parseSubSeconds(@NonNull String subSec) { in parseSubSeconds() argument160 final int len = Math.min(subSec.length(), 3); in parseSubSeconds()161 long sub = Long.parseLong(subSec.substring(0, len)); in parseSubSeconds()