Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_testlog_utils.py243 def get_phone_time(target_df_row, timestamp_df): argument
247 row_num = timestamp_df[
248 timestamp_df.index < target_df_row.name].iloc[-1].name
249 phone_time = timestamp_df.loc[row_num]['phone_time']
263 timestamp_df = parsed_data['phone_time']
264 timestamp_df['phone_time'] = timestamp_df.apply(
275 timestamp_df=timestamp_df)
313 return timestamp_df, sv_info_df, sv_stat_df, loc_info_df
341 timestamp_df = parsed_data['phone_time']
342 timestamp_df['phone_time'] = timestamp_df.apply(
[all …]