Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 10 of 10) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py82 for profile in profile_list:
83 if profile in selector_dict and android_device not in selector_dict[
84 profile]:
85 selector_dict[profile].append(android_device)
87 selector_dict[profile] = [android_device]
295 for profile in profiles_set:
296 if profile not in supported_profiles:
298 profile, supported_profiles))
358 profile = profile_event['data']['profile']
363 profile_connected.add(profile)
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py469 for profile in profiles:
470 if profiles[profile]:
471 timer.stop_timer(profile)
474 for profile in profiles_to_check:
475 if not profiles[profile]:
604 for profile in profiles_to_check:
605 if (profile in profiles and profiles[profile]
606 and last_4_hex in profiles[profile].lower()):
607 self.measurement_timer.stop_timer(profile)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto55 // Statistics about Bluetooth profile connections
58 // Statistics about Headset profile connections
279 // Statistics about Bluetooth profile connections
284 // Number of times that this profile is connected since last metrics dump
294 // Statistics about headset profile connections
296 // Type of headset profile connected
299 // Number of times this type of headset profile is connected
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py201 for profile in profiles_set:
202 if profile not in supported_profiles:
204 profile, supported_profiles))
261 profile = profile_event['data']['profile']
266 profile_connected.add(profile)
392 for profile in profiles_list:
393 if profile not in supported_profiles:
395 profile, supported_profiles))
420 profile = profile_event['data']['profile']
426 profile_disconnected.add(profile)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DConnectionStressTest.py64 def start_ap(self, profile, channel, security=None): argument
71 self.log.info('Profile: %s, Channel: %d' % (profile, channel))
73 profile_name=profile,
DSoftApTest.py77 profile = config.get('profile', DEFAULT_AP_PROFILE)
91 'profile': profile,
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py324 def set_profile_under_test(self, profile): argument
325 self.profile_under_test = profile
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py1080 profile, value = line[line.find(' '):].split(':', 1)
1081 connected_status[profile] = value
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DSM_PTS_INSTRUCTIONS204 2. Increase bt logging to 5 on all profile.
/tools/repohooks/tools/
Dpylintrc25 profile=no