/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_voice_utils.py | 107 log, argument 157 def two_phone_call_short_seq(log, argument 222 def two_phone_call_msim_short_seq(log, argument 289 def two_phone_call_long_seq(log, argument 365 def two_phone_call_msim_for_slot(log, argument 468 def three_phone_call_forwarding_short_seq(log, argument 559 def three_phone_call_waiting_short_seq(log, argument 756 def phone_setup_iwlan(log, argument 791 def phone_setup_iwlan_for_subscription(log, argument 846 def phone_setup_iwlan_cellular_preferred(log, 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_data_utils.py | 55 def wifi_tethering_cleanup(log, provider, client_list): argument 81 def wifi_tethering_setup_teardown(log, argument 198 def tethering_check_internet_connection(log, provider, client_list, argument 237 def wifi_cell_switching(log, ad, wifi_network_ssid, wifi_network_pass, nw_gen): argument 310 def airplane_mode_test(log, ad, retries=3): argument 404 def data_connectivity_single_bearer(log, ad, nw_gen): argument 480 def change_data_sim_and_verify_data(log, ad, sim_slot): argument 503 def browsing_test(log, ad, wifi_ssid=None, pass_threshold_in_mb = 1.0): argument
|
D | tel_test_utils.py | 202 log = logging variable 234 def abort_all_tests(log, msg): argument 266 def setup_droid_properties_by_adb(log, ad, sim_filename=None): argument 298 def setup_droid_properties(log, ad, sim_filename=None): argument 370 def refresh_droid_config(log, ad): argument 526 def get_slot_index_from_subid(log, ad, sub_id): argument 534 def get_num_active_sims(log, ad): argument 556 def toggle_airplane_mode_by_adb(log, ad, new_state=None): argument 586 def toggle_airplane_mode(log, ad, new_state=None, strict_checking=True): argument 734 def test_data_browsing_success_using_sl4a(log, ad): argument [all …]
|
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 | 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/loganalysis/tests/src/com/android/loganalysis/parser/ |
D | TimingsLogParserTest.java | 43 String log = ""; in testParseGenericTiming_noPattern() local 62 String log = in testParseGenericTiming_multiplePattern_oneOccurrenceEach() local 125 String log = in testParseGenericTiming_multiplePattern_someNotMatched() local 164 String log = in testParseGenericTiming_clearExistingPatterns() local 188 String log = in testParseGenericTiming_multiplePattern_multipleOccurrence() local 249 String log = in testParseGenericTiming_wrongTimeFormat() local 272 String log = in testParseSystemServicesTiming_system_services_duration() local 315 String log = in testParseSystemServicesTiming_system_services_start_time() local
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | CommonLogRemoteFileUtil.java | 55 NESTED_REMOTE_LOG_DIR + "kernel.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() 67 NESTED_REMOTE_LOG_DIR + "launcher.log", in KNOWN_FILES_TO_FETCH.put() 68 "cuttlefish_launcher.log", in KNOWN_FILES_TO_FETCH.put() 74 EMULATOR_REMOTE_LOG_DIR + "logcat.log", in KNOWN_FILES_TO_FETCH.put() 79 new KnownLogFileEntry(EMULATOR_REMOTE_LOG_DIR + "adb.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() 83 EMULATOR_REMOTE_LOG_DIR + "kernel.log", null, LogDataType.TEXT)); in KNOWN_FILES_TO_FETCH.put() 86 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() 166 ILeveledLogOutput log = getLogger(); in printLog() local 189 ILeveledLogOutput log = mLogTable.get(getCurrentThreadGroup()); in getLogger() local 207 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
|
/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
|
/tools/test/connectivity/acts/framework/acts/test_utils/fuchsia/ |
D | bt_test_utils.py | 21 log, argument
|
/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/asuite/aidegen/lib/ |
D | aidegen_metrics.py | 103 def send_exception_metrics(exit_code, stack_trace, log, err_msg): argument
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | InvocationSummaryHelper.java | 36 String log = "putEarlySummary"; in reportInvocationStarted() local
|
/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | AkXB10PairingTest.py | 25 log = logging variable
|
D | SonyXB2PairingTest.py | 25 log = logging variable
|
/tools/test/connectivity/acts/framework/acts/test_utils/users/ |
D | users.py | 22 import logging as log namespace
|