Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java58 public static final String INITIATOR_REPLY_TIME = "initiator_reply_time"; field in DlTDoAMeasurement
187 bundle.putLong(INITIATOR_REPLY_TIME, mInitiatorReplyTime); in toBundle()
215 .setInitiatorReplyTime(bundle.getLong(INITIATOR_REPLY_TIME)) in parseVersion1()