Home
last modified time | relevance | path

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

123

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py107 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 …]
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_data_utils.py55 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
Dtel_test_utils.py202 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 …]
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
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/loganalysis/tests/src/com/android/loganalysis/parser/
DTimingsLogParserTest.java43 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/
DCommonLogRemoteFileUtil.java55 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/
DLogRegistry.java107 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
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
/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
/tools/test/connectivity/acts/framework/acts/test_utils/fuchsia/
Dbt_test_utils.py21 log, argument
/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/asuite/aidegen/lib/
Daidegen_metrics.py103 def send_exception_metrics(exit_code, stack_trace, log, err_msg): argument
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DInvocationSummaryHelper.java36 String log = "putEarlySummary"; in reportInvocationStarted() local
/tools/test/connectivity/acts_tests/tests/google/bt/
DAkXB10PairingTest.py25 log = logging variable
DSonyXB2PairingTest.py25 log = logging variable
/tools/test/connectivity/acts/framework/acts/test_utils/users/
Dusers.py22 import logging as log namespace

123