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)
112 phone_file = check_tracking_file(self.phone)113 return gutils.compare_watch_phone_location(self, watch_file, phone_file)
2291 def compare_watch_phone_location(ad,watch_file, phone_file): argument2302 if phone_file.get(watch_key):2303 lat_ads = abs(float(watch_value[0]) - float(phone_file[watch_key][0]))2304 lon_ads = abs(float(watch_value[1]) - float(phone_file[watch_key][1]))2307 not_match_location += (watch_key, watch_value, phone_file[watch_key])