Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java59 public static final String RESPONDER_REPLY_TIME = "responder_reply_time"; field in DlTDoAMeasurement
188 bundle.putLong(RESPONDER_REPLY_TIME, mResponderReplyTime); in toBundle()
216 .setResponderReplyTime(bundle.getLong(RESPONDER_REPLY_TIME)) in parseVersion1()