Searched refs:secondValue (Results 1 – 1 of 1) sorted by relevance
1622 int secondValue = second; in toString() local1626 if (secondValue > 0 || nanoValue > 0) { in toString()1627 buf.append(secondValue < 10 ? ":0" : ":").append(secondValue); in toString()