| /tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
| D | tel_voice_utils.py | 102 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 …]
|
| D | tel_video_utils.py | 80 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 …]
|
| D | tel_test_utils.py | 200 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 …]
|
| D | tel_data_utils.py | 51 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
|
| D | tel_atten_utils.py | 25 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
|
| D | tel_subscription_utils.py | 26 def initial_set_up_for_subid_infomation(log, ad): argument 157 def get_subid_from_slot_index(log, ad, sim_slot_index): argument
|
| D | anritsu_utils.py | 1321 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/ |
| D | car_telecom_utils.py | 35 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 …]
|
| D | tel_telecom_utils.py | 27 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
|
| D | car_media_utils.py | 42 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/ |
| D | CommonLogRemoteFileUtil.java | 47 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/ |
| D | LogRegistry.java | 107 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
|
| D | ILogRegistry.java | 60 public void registerLogger(ILeveledLogOutput log); in registerLogger() 75 public void dumpToGlobalLog(ILeveledLogOutput log); in dumpToGlobalLog()
|
| /tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
| D | native_bt_test_utils.py | 22 log = logging variable
|
| D | shell_commands_lib.py | 22 def __init__(self, log, dut): argument
|
| D | config_lib.py | 37 def __init__(self, log, dut): argument
|
| D | gatts_lib.py | 46 log = None variable in GattServerLib 50 def __init__(self, log, dut): argument
|
| D | bt_coc_test_utils.py | 35 log = logging variable
|
| /tools/tradefederation/core/src/com/android/tradefed/result/ |
| D | FileSystemLogSaver.java | 118 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
|
| D | InvocationSummaryHelper.java | 36 String log = "putEarlySummary"; in reportInvocationStarted() local
|
| /tools/test/connectivity/acts/framework/acts/test_utils/fuchsia/ |
| D | bt_test_utils.py | 20 def le_scan_for_device_by_name(fd, log, search_name, timeout): argument
|
| /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
| D | anritsu_utils.py | 990 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/ |
| D | VerifyLog.java | 33 void log(@Nonnull String message); in log() method
|
| /tools/test/connectivity/acts/framework/acts/test_utils/power/ |
| D | IperfHelper.py | 72 def process_iperf_results(self, dut, log, iperf_servers, test_name): argument
|
| /tools/test/connectivity/acts/framework/acts/test_utils/users/ |
| D | users.py | 22 import logging as log namespace
|