Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 63) sorted by relevance

123

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py102 log, argument
152 def two_phone_call_short_seq(log, argument
218 def two_phone_call_msim_short_seq(log, argument
292 def two_phone_call_long_seq(log, argument
369 def phone_setup_iwlan(log, argument
404 def phone_setup_iwlan_for_subscription(log, argument
455 def phone_setup_iwlan_cellular_preferred(log, argument
506 def phone_setup_data_for_subscription(log, ad, sub_id, network_generation): argument
534 def phone_setup_4g(log, ad): argument
548 def phone_setup_4g_for_subscription(log, ad, sub_id): argument
[all …]
Dtel_video_utils.py80 def phone_setup_video(log, ad, wfc_mode=WFC_MODE_DISABLED): argument
98 def phone_setup_video_for_subscription(log, argument
131 def phone_idle_video(log, ad): argument
145 def phone_idle_video_for_subscription(log, ad, sub_id): argument
169 def is_phone_in_call_video(log, ad): argument
187 def is_phone_in_call_video_for_subscription(log, ad, sub_id, video_state=None): argument
231 def is_phone_in_call_viwifi_for_subscription(log, ad, sub_id, argument
283 def is_phone_in_call_video_bidirectional(log, ad): argument
297 def is_phone_in_call_video_bidirectional_for_subscription(log, ad, sub_id): argument
314 def is_phone_in_call_viwifi_bidirectional(log, ad): argument
[all …]
Dtel_test_utils.py200 log = logging variable
232 def abort_all_tests(log, msg): argument
264 def setup_droid_properties_by_adb(log, ad, sim_filename=None): argument
296 def setup_droid_properties(log, ad, sim_filename=None, cbrs_esim=False): argument
368 def refresh_droid_config(log, ad, cbrs_esim=False): argument
523 def get_slot_index_from_subid(log, ad, sub_id): argument
531 def get_num_active_sims(log, ad): argument
553 def toggle_airplane_mode_by_adb(log, ad, new_state=None): argument
578 def toggle_airplane_mode(log, ad, new_state=None, strict_checking=True): argument
726 def test_data_browsing_success_using_sl4a(log, ad): argument
[all …]
Dtel_data_utils.py51 def wifi_tethering_cleanup(log, provider, client_list): argument
77 def wifi_tethering_setup_teardown(log, argument
194 def tethering_check_internet_connection(log, provider, client_list, argument
233 def wifi_cell_switching(log, ad, wifi_network_ssid, wifi_network_pass, nw_gen): argument
306 def airplane_mode_test(log, ad, retries=3): argument
400 def data_connectivity_single_bearer(log, ad, nw_gen): argument
476 def change_data_sim_and_verify_data(log, ad, sim_slot): argument
Dtel_atten_utils.py25 def get_atten(log, atten_obj): argument
37 def set_atten(log, atten_obj, target_atten, step_size=0, time_per_step=0): argument
82 def set_rssi(log, argument
Dtel_subscription_utils.py26 def initial_set_up_for_subid_infomation(log, ad): argument
157 def get_subid_from_slot_index(log, ad, sim_slot_index): argument
Danritsu_utils.py1321 def wait_for_bts_state(log, btsnumber, state, timeout=30): argument
1368 log, argument
1476 def handover_tc(log, argument
1513 def make_ims_call(log, argument
1578 def tear_down_call(log, argument
1616 def ims_call_ho(log, argument
1715 log, argument
1850 def call_mt_setup_teardown(log, argument
1904 def wait_for_sms_deliver_success(log, ad, time_to_wait=60): argument
1918 def wait_for_sms_sent_success(log, ad, time_to_wait=60): argument
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_telecom_utils.py35 def dial_number(log, ad, uri): argument
85 def wait_for_call_state(log, ad, call_id, state): argument
137 def hangup_call(log, ad, call_id): argument
179 def hangup_conf(log, ad, conf_id, timeout=10): argument
211 def accept_call(log, ad, call_id): argument
238 def wait_for_not_in_call(log, ad): argument
274 def wait_for_dialing(log, ad): argument
325 def wait_for_ringing(log, ad): argument
379 def wait_for_active(log, ad): argument
425 def wait_for_conference(log, ad, participants=2, timeout=10): argument
[all …]
Dtel_telecom_utils.py27 def dial_number(log, ad, uri): argument
72 def wait_for_call_state(log, ad, call_id, state): argument
110 def hangup_call(log, ad, call_id): argument
152 def wait_for_not_in_call(log, ad): argument
194 def wait_for_dialing(log, ad): argument
251 def wait_for_ringing(log, ad): argument
304 def get_calls_in_states(log, ad, call_states): argument
Dcar_media_utils.py42 def verifyEventReceived(log, device, event, timeout): argument
65 def send_media_passthrough_cmd(log, argument
90 def log_metadata(log, metadata): argument
107 def compare_metadata(log, metadata1, metadata2): argument
147 def check_metadata(log, device1, device2): argument
168 def isMediaSessionActive(log, device, mediaSession): argument
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java47 NESTED_REMOTE_LOG_DIR + "kernel.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put()
60 EMULATOR_REMOTE_LOG_DIR + "logcat.log", in KNOWN_FILES_TO_FETCH.put()
65 new KnownLogFileEntry(EMULATOR_REMOTE_LOG_DIR + "adb.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put()
69 EMULATOR_REMOTE_LOG_DIR + "kernel.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put()
72 new KnownLogFileEntry("/var/log/daemon.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put()
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogRegistry.java107 public void registerLogger(ILeveledLogOutput log) { in registerLogger()
137 public void dumpToGlobalLog(ILeveledLogOutput log) { in dumpToGlobalLog()
163 ILeveledLogOutput log = getLogger(); in printLog() local
186 ILeveledLogOutput log = mLogTable.get(getCurrentThreadGroup()); in getLogger() local
204 ILeveledLogOutput log = iter.next(); in closeAndRemoveAllLogs() local
DILogRegistry.java60 public void registerLogger(ILeveledLogOutput log); in registerLogger()
75 public void dumpToGlobalLog(ILeveledLogOutput log); in dumpToGlobalLog()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dnative_bt_test_utils.py22 log = logging variable
Dshell_commands_lib.py22 def __init__(self, log, dut): argument
Dconfig_lib.py37 def __init__(self, log, dut): argument
Dgatts_lib.py46 log = None variable in GattServerLib
50 def __init__(self, log, dut): argument
Dbt_coc_test_utils.py35 log = logging variable
/tools/tradefederation/core/src/com/android/tradefed/result/
DFileSystemLogSaver.java118 File log = saveLogDataInternal(dataName, dataType.getFileExt(), dataStream); in saveLogData() local
125 File log = FileUtil.createTempFile(saneDataName + "_", "." + LogDataType.ZIP.getFileExt(), in saveLogData() local
151 File log = saveLogDataInternal(dataName, dataType.getFileExt(), dataStream); in saveLogDataRaw() local
159 File log = FileUtil.createTempFile(saneDataName + "_", "." + ext, mLogReportDir); in saveLogDataInternal() local
DInvocationSummaryHelper.java36 String log = "putEarlySummary"; in reportInvocationStarted() local
/tools/test/connectivity/acts/framework/acts/test_utils/fuchsia/
Dbt_test_utils.py20 def le_scan_for_device_by_name(fd, log, search_name, timeout): argument
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Danritsu_utils.py990 def wait_for_bts_state(log, btsnumber, state, timeout=30): argument
1037 log, argument
1145 def handover_tc(log, argument
1182 def make_ims_call(log, argument
1247 def tear_down_call(log, argument
1285 def ims_call_ho(log, argument
1384 log, argument
1519 def call_mt_setup_teardown(log, argument
1573 def wait_for_sms_deliver_success(log, ad, time_to_wait=60): argument
1587 def wait_for_sms_sent_success(log, ad, time_to_wait=60): argument
[all …]
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DVerifyLog.java33 void log(@Nonnull String message); in log() method
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DIperfHelper.py72 def process_iperf_results(self, dut, log, iperf_servers, test_name): argument
/tools/test/connectivity/acts/framework/acts/test_utils/users/
Dusers.py22 import logging as log namespace

123