Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java138 boolean hasTimeOfFlightReport = true; in testOpenSessionParams()
205 .setHasTimeOfFlightReport(hasTimeOfFlightReport) in testOpenSessionParams()
279 assertEquals(params.hasTimeOfFlightReport(), hasTimeOfFlightReport); in testOpenSessionParams() local
352 assertEquals(fromBundle.hasTimeOfFlightReport(), hasTimeOfFlightReport); in testOpenSessionParams() local
429 assertEquals(fromCopy.hasTimeOfFlightReport(), hasTimeOfFlightReport); in testOpenSessionParams() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java256 boolean hasTimeOfFlightReport = true; in getFiraParams()
313 .setHasTimeOfFlightReport(hasTimeOfFlightReport) in getFiraParams()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java330 boolean hasTimeOfFlightReport, in FiraOpenSessionParams()
417 mHasTimeOfFlightReport = hasTimeOfFlightReport; in FiraOpenSessionParams()
713 public boolean hasTimeOfFlightReport() { in hasTimeOfFlightReport() method in FiraOpenSessionParams
1927 boolean hasTimeOfFlightReport) { in setHasTimeOfFlightReport() argument
1928 mHasTimeOfFlightReport = hasTimeOfFlightReport; in setHasTimeOfFlightReport()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java389 resultReportConfig |= params.hasTimeOfFlightReport() ? 0x01 : 0x00; in getResultReportConfig()