Home
last modified time | relevance | path

Searched defs:secs (Results 1 – 5 of 5) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/util/
DNumberFormattingUtil.java33 public static long getMs(long days, long hours, long mins, long secs, long msecs) { in getMs()
40 public static long getMs(long hours, long mins, long secs, long msecs) { in getMs()
88 final long secs = TimeUnit.MILLISECONDS.toSeconds(ms - TimeUnit.DAYS.toMillis(days) in getDuration() local
/tools/loganalysis/src/com/android/loganalysis/parser/
DBatteryStatsSummaryInfoParser.java86 final int secs = NumberFormattingUtil.parseIntOrZero(dischargeMatcher.group(4)); in parse() local
114 private Calendar getDischargeClockTime(int days, int hours, int mins, int secs) { in getDischargeClockTime()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiStressTest.py141 def start_youtube_video(self, url=None, secs=60): argument
/tools/test/connectivity/acts/framework/acts/
Dutils.py1325 def __init__(self, secs): argument
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1950 long secs = duration % 60; in getTimeString() local