Searched refs:seconds (Results 1 – 19 of 19) sorted by relevance
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | L2CAP_PTS_INSTRUCTIONS | 21 [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 …]
|
D | GAP_PTS_INSTRUCTIONS | 244 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 452 [Wait 10 seconds] 516 [Wait 10 seconds]
|
D | BNEP_PTS_INSTRUCTIONS | 24 # Wait 20 seconds
|
D | RFCOMM_PTS_INSTRUCTIONS | 68 Wait 30 seconds
|
D | GATT_PTS_INSTRUCTIONS | 1030 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
|
D | SM_PTS_INSTRUCTIONS | 19 [Wait 30 seconds]
|
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | dongles.py | 71 seconds=PAIRING_MODE_WAIT_TIME) 76 seconds=SINGLE_ACTION_SHORT_WAIT_TIME) 81 seconds=SINGLE_ACTION_LONG_WAIT_TIME) 119 seconds=PAIRING_MODE_WAIT_TIME) 124 seconds=SINGLE_ACTION_SHORT_WAIT_TIME) 130 seconds=SINGLE_ACTION_LONG_WAIT_TIME) 136 seconds=SINGLE_ACTION_SHORT_WAIT_TIME) 142 seconds=SINGLE_ACTION_SHORT_WAIT_TIME)
|
D | relay.py | 131 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)
|
D | sony_xb20_speaker.py | 51 def _hold_button(self, button, seconds): argument 53 time.sleep(seconds)
|
D | ak_xb10_speaker.py | 56 def _hold_button(self, button, seconds): argument 58 time.sleep(seconds)
|
D | sony_xb2_speaker.py | 56 def _hold_button(self, button, seconds): argument 58 time.sleep(seconds)
|
/tools/test/connectivity/tools/lab/utils/ |
D | time_limit.py | 34 def __init__(self, seconds=5, error_message=DEF_ERR_MSG): argument 35 self.seconds = seconds 45 signal.alarm(self.seconds)
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | MsDosDateTimeUtils.java | 43 int seconds = c.get(Calendar.SECOND); in packTime() local 55 return (hours << 11) | (minutes << 5) | (seconds / 2); in packTime()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TimeUtil.java | 39 long seconds = TimeUnit.MILLISECONDS.toSeconds(elapsedTimeMs) % 60; in formatElapsedTime() local 51 time.append(seconds); in formatElapsedTime()
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 54 time_seconds: uptime in seconds (float)
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveRebootStressTest.py | 675 if time_diff.seconds > 100: 678 keyword_time_dict[tel_state].append(time_diff.seconds) 681 time_diff.seconds,
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 919 seconds = int(math.ceil((current_time - begin_time) / 1000.0)) 920 cmd = "%s -mtime -%ss" % (cmd, seconds)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 5188 seconds = None 5191 seconds = int((current_time - begin_time) / 1000.0) + 10 * 60 5193 seconds = 900 5194 if seconds: 5197 (ad.qxdm_log_path, seconds))
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1194 packet within 60 seconds of the reception of the first-arriving
|