Searched refs:timeValues (Results 1 – 1 of 1) sorted by relevance
155 String[] timeValues = clockValue.split(":"); in parseClockValue() local159 if (timeValues.length == 2) { in parseClockValue()161 } else if (timeValues.length == 3) { in parseClockValue()162 result = 3600000*(int)parseFloat(timeValues[0], 0, false); in parseClockValue()169 int minutes = (int)parseFloat(timeValues[indexOfMinutes], 0, false); in parseClockValue()177 float seconds = parseFloat(timeValues[indexOfMinutes + 1], 0, true); in parseClockValue()