Home
last modified time | relevance | path

Searched refs:totalSeconds (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java251 int totalSeconds = (int) millis / 1000; in stringForTime() local
252 int seconds = totalSeconds % 60; in stringForTime()
253 int minutes = (totalSeconds / 60) % 60; in stringForTime()
254 int hours = totalSeconds / 3600; in stringForTime()
/aosp12/frameworks/base/core/java/android/widget/
H A DMediaController.java440 int totalSeconds = timeMs / 1000; in stringForTime() local
442 int seconds = totalSeconds % 60; in stringForTime()
443 int minutes = (totalSeconds / 60) % 60; in stringForTime()
444 int hours = totalSeconds / 3600; in stringForTime()
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt6004 Ljava/time/ZoneOffset;->totalSeconds(III)I
6005 Ljava/time/ZoneOffset;->totalSeconds:I
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...