Searched refs:phone_file (Results 1 – 3 of 3) sorted by relevance
84 for host_file, phone_file in zip(self.host_music_files,86 if self.dut.adb.shell(ADB_FILE_EXISTS % phone_file):91 self.dut.adb.push(host_file, phone_file)93 ADB_FILE_EXISTS % phone_file)
116 phone_file = check_tracking_file(self.phone)117 return gutils.compare_watch_phone_location(self, watch_file, phone_file)
2699 def compare_watch_phone_location(ad,watch_file, phone_file): argument2710 if phone_file.get(watch_key):2711 lat_ads = abs(float(watch_value[0]) - float(phone_file[watch_key][0]))2712 lon_ads = abs(float(watch_value[1]) - float(phone_file[watch_key][1]))2715 not_match_location += (watch_key, watch_value, phone_file[watch_key])