Home
last modified time | relevance | path

Searched refs:music_file_to_play (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py1000 def start_media_play(pri_ad, music_file_to_play): argument
1011 "file:///sdcard/Music/{}".format(music_file_to_play)):
1054 music_file_to_play = item
1056 return music_file_to_play
1058 music_file_to_play = audio_params["music_file"]
1059 ad.adb.push("{} {}".format(music_file_to_play, android_music_path))
1060 return (os.path.basename(music_file_to_play))
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtFunhausBaseTest.py39 music_file_to_play = "" variable in BtFunhausBaseTest
125 self.music_file_to_play = item
130 self.music_file_to_play = filename
159 self.music_file_to_play.split("/")[-1]))
/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DWlanWithA2dpPerformanceTest.py42 self.music_file_to_play = push_music_to_android_device(
70 self.music_file_to_play,
91 self.music_file_to_play,
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/
DBtFunhausTest.py26 music_file_to_play = "" variable in BtFunhausTest