Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 49) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DL2CAP_PTS_INSTRUCTIONS21 [Wait up to 10-15 seconds]
27 [Wait up to 10-15 seconds]
33 [Wait up to 10-15 seconds]
37 [Wait up to 10-15 seconds]
41 [Wait up to 10-15 seconds]
50 [Wait up to 10-15 seconds]
64 [Wait up to 10-15 seconds]
69 [Wait up to 10-15 seconds]
75 [Wait up to 10-15 seconds]
81 [Wait up to 10-15 seconds]
[all …]
DGAP_PTS_INSTRUCTIONS244 Wait 5-10 seconds
246 Wait 5-10 seconds
260 Wait 5-10 seconds when PTS prompt comes up to disconnect
263 Wait 5-10 seconds when PTS prompt comes up to disconnect
294 [Wait 30 seconds for PTS to complete]
376 Wait 5 seconds for PTS to process and finish up
490 [Wait 10 seconds]
554 [Wait 10 seconds]
DGATT_PTS_INSTRUCTIONS1030 Wait 10 seconds for PTS to process
1342 Wait for 20 seconds for PTS to process and disconnect
1395 Wait 10 seconds for PTS to process
1418 Wait 10 seconds for PTS to process
1452 Wait 30 seconds for PTS to process
1465 [PTS WAIT] 30 seconds to timeout to occur
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Ddongles.py52 seconds=PAIRING_MODE_WAIT_TIME)
57 seconds=SINGLE_ACTION_SHORT_WAIT_TIME)
62 seconds=SINGLE_ACTION_LONG_WAIT_TIME)
98 seconds=PAIRING_MODE_WAIT_TIME)
103 seconds=SINGLE_ACTION_SHORT_WAIT_TIME)
109 seconds=SINGLE_ACTION_LONG_WAIT_TIME)
115 seconds=SINGLE_ACTION_SHORT_WAIT_TIME)
121 seconds=SINGLE_ACTION_SHORT_WAIT_TIME)
Drelay.py131 def set_no_for(self, seconds=button_press_time): argument
138 sleep(seconds)
141 def set_nc_for(self, seconds=button_press_time): argument
150 sleep(seconds)
Dpower_supply.py36 def _hold_button(self, button, seconds): argument
38 time.sleep(seconds)
Dheadset.py38 def _hold_button(self, button, seconds): argument
40 time.sleep(seconds)
Dskullcandy.py39 def _hold_button(self, button, seconds): argument
41 time.sleep(seconds)
Dak_xb10_speaker.py41 def _hold_button(self, button, seconds): argument
43 time.sleep(seconds)
Dsony_xb20_speaker.py39 def _hold_button(self, button, seconds): argument
41 time.sleep(seconds)
Dsony_xb2_speaker.py41 def _hold_button(self, button, seconds): argument
43 time.sleep(seconds)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveNoQXDMLogTest.py192 ad.log.info("Time Diff is %d for %s", time_diff.seconds,
195 keyword_time_dict[tel_state].append(time_diff.seconds)
198 time_diff.seconds,
299 ad.log.info("Time Diff is %d for %s", time_diff.seconds,
302 keyword_time_dict[tel_state].append(time_diff.seconds)
305 time_diff.seconds,
/tools/test/connectivity/acts_tests/tests/google/coex/config/
Dsample_config.json48 //Music record duration in seconds,
49 //this should be +5 seconds 'music play time'.
51 //Duration for how many seconds music should be played,
52 //this should be +5 seconds of iperf_duration.
/tools/repohooks/rh/
Dutils_unittest.py48 delta = datetime.timedelta(seconds=0.123456)
53 delta = datetime.timedelta(seconds=12.3)
58 delta = datetime.timedelta(seconds=72.3)
63 delta = datetime.timedelta(seconds=4000.3)
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DRuntimeRestartCollector.java339 long seconds = TimeUnit.NANOSECONDS.toSeconds(nanos); in nanosToHoursMinutesSeconds() local
340 return String.format("%02d:%02d:%02d", hours, minutes, seconds); in nanosToHoursMinutesSeconds()
344 private String timestampToHoursMinutesSeconds(int seconds) { in timestampToHoursMinutesSeconds() argument
345 return TIME_FORMATTER.format(new Date(TimeUnit.SECONDS.toMillis(seconds))); in timestampToHoursMinutesSeconds()
/tools/asuite/atest/metrics/
Dmetrics_utils.py64 seconds = int(diff_time_sec)
65 nanos = int((diff_time_sec - seconds)*10**9)
66 return {'seconds': seconds, 'nanos': nanos}
/tools/tradefederation/core/atest/metrics/
Dmetrics_utils.py64 seconds = int(diff_time_sec)
65 nanos = int((diff_time_sec - seconds)*10**9)
66 return {'seconds': seconds, 'nanos': nanos}
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbase_test_actions.py182 def sleep(self, seconds): argument
183 self.logger.i('%s seconds' % seconds)
184 time.sleep(seconds)
Dagsa_acts.py93 datetime.timedelta(seconds=timeout)
98 datetime.timedelta(seconds=5)
/tools/test/openhst/
Dstress_test.proto47 // The multiplier used on the parsed monotonic time to convert it to seconds.
118 // How many seconds to wait before executing the command/playing the sound in
121 // How many seconds to wait after executing the command/playing the sound in
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DTimeUtil.java39 long seconds = TimeUnit.MILLISECONDS.toSeconds(elapsedTimeMs) % 60; in formatElapsedTime() local
51 time.append(seconds); in formatElapsedTime()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DMsDosDateTimeUtils.java43 int seconds = c.get(Calendar.SECOND); in packTime() local
55 return (hours << 11) | (minutes << 5) | (seconds / 2); in packTime()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py7738 seconds = 15 * 60
7742 (ad.sdm_log_path, seconds))
7775 seconds = None
7782 seconds = int((current_time - begin_time) / 1000.0) + 10 * 60
7786 seconds = 15 * 60
7787 if seconds:
7791 (ad.qxdm_log_path, seconds))
7794 (ad.qxdm_log_path, seconds))
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py978 seconds = int(math.ceil((current_time - begin_time) / 1000.0))
979 cmd = "%s -mtime -%ss" % (cmd, seconds)
/tools/tradefederation/core/atest/proto/
Dcommon.proto6 required int64 seconds = 1; field

12