Searched refs:totalSeconds (Results 1 – 4 of 4) sorted by relevance
251 int totalSeconds = (int) millis / 1000; in stringForTime() local252 int seconds = totalSeconds % 60; in stringForTime()253 int minutes = (totalSeconds / 60) % 60; in stringForTime()254 int hours = totalSeconds / 3600; in stringForTime()
440 int totalSeconds = timeMs / 1000; in stringForTime() local442 int seconds = totalSeconds % 60; in stringForTime()443 int minutes = (totalSeconds / 60) % 60; in stringForTime()444 int hours = totalSeconds / 3600; in stringForTime()
6004 Ljava/time/ZoneOffset;->totalSeconds(III)I6005 Ljava/time/ZoneOffset;->totalSeconds:I
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...