Searched refs:hasTimeOfFlightReport (Results 1 – 4 of 4) sorted by relevance
138 boolean hasTimeOfFlightReport = true; in testOpenSessionParams()205 .setHasTimeOfFlightReport(hasTimeOfFlightReport) in testOpenSessionParams()279 assertEquals(params.hasTimeOfFlightReport(), hasTimeOfFlightReport); in testOpenSessionParams() local352 assertEquals(fromBundle.hasTimeOfFlightReport(), hasTimeOfFlightReport); in testOpenSessionParams() local429 assertEquals(fromCopy.hasTimeOfFlightReport(), hasTimeOfFlightReport); in testOpenSessionParams() local
256 boolean hasTimeOfFlightReport = true; in getFiraParams()313 .setHasTimeOfFlightReport(hasTimeOfFlightReport) in getFiraParams()
330 boolean hasTimeOfFlightReport, in FiraOpenSessionParams()417 mHasTimeOfFlightReport = hasTimeOfFlightReport; in FiraOpenSessionParams()713 public boolean hasTimeOfFlightReport() { in hasTimeOfFlightReport() method in FiraOpenSessionParams1927 boolean hasTimeOfFlightReport) { in setHasTimeOfFlightReport() argument1928 mHasTimeOfFlightReport = hasTimeOfFlightReport; in setHasTimeOfFlightReport()
389 resultReportConfig |= params.hasTimeOfFlightReport() ? 0x01 : 0x00; in getResultReportConfig()