Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 18 of 18) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dconnectivity_test_utils.py18 def start_natt_keepalive(ad, src_ip, src_port, dst_ip, interval = 10): argument
/tools/test/connectivity/acts/tests/google/net/
Dsendra.py9 def send(dstmac, interval, count, lifetime, iface, rtt): argument
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DChoreoTest.java69 long interval = intervals.get(i); in choreoCallbackTimes() local
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py430 interval=DEFAULT_CMD_INTERVAL): argument
452 timeout, interval, timer): argument
507 self, timeout=DEFAULT_TIMEOUT, interval=DEFAULT_CMD_INTERVAL): argument
582 interval=DEFAULT_CMD_INTERVAL): argument
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dble_lib.py41 interval, argument
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiUtil.java278 final int interval = expectInteger("interval"); in onStart() local
281 WifiMonitorService.enable(getContext(), interval, urlToCheck); in onStart() local
DWifiMonitorService.java177 public static void enable(final Context context, final long interval, in enable()
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py112 def __init__(self, signal, packet, interval, interface, log): argument
166 def send_ntimes(self, packet, ntimes, interval): argument
186 def send_receive_ntimes(self, packet, ntimes, interval): argument
208 def start_sending(self, packet, interval): argument
Daccess_point.py436 def send_ra(self, iface, mac=RA_MULTICAST_ADDR, interval=1, count=None, argument
/tools/tradefederation/core/src/com/android/tradefed/log/
DTerribleFailureEmailHandler.java109 public void setMinEmailInterval(long interval) { in setMinEmailInterval()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DWifiHelperTest.java111 final long interval = 30 * 1000; in testStartMonitor() local
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dnative_choreo_activity.cpp194 jlong interval = frameTimes[i] - frameTimes[i-1]; in Java_com_android_game_qualification_tests_ChoreoTestActivity_getFrameIntervals() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java256 boolean startMonitor(long interval, String urlToCheck) throws DeviceNotAvailableException; in startMonitor()
DWifiHelper.java490 … public boolean startMonitor(long interval, String urlToCheck) throws DeviceNotAvailableException { in startMonitor()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py751 def hid_device_send_key_data_report(host_id, device_ad, key, interval=1): argument
/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabNeighborCellTest.py496 interval=3, argument
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py1077 interval=WAIT_TIME_BETWEEN_STATE_CHECK): argument
1143 interval=WAIT_TIME_BETWEEN_STATE_CHECK): argument
1696 def dumpsys_new_call_info(ad, last_tc_number, retries=3, interval=5): argument
3874 interval=WAIT_TIME_BETWEEN_STATE_CHECK, argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py223 interval = "interval" variable in WifiEnums.RttParam