Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSessionNotificationManagerTest.java126 when(mFiraParams.getAoaResultRequest()).thenReturn( in setUp()
185 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithNoAoa()
202 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithNoAoaElevation()
219 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithNoAoaAzimuth()
236 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithAoaAndDestAoa()
258 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithAoaAndNoDestAzimuth()
280 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithAoaAndNoDestElevation()
302 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithNoAoaAndDestAoa()
324 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithNoAoaAzimuthAndDestAoa()
346 when(mFiraParams.getAoaResultRequest()).thenReturn( in testOnRangingResult_forTwoWay_WithNoAoaElevationAndDestAoa()
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java91 .putByte(ConfigParam.AOA_RESULT_REQ, (byte) params.getAoaResultRequest()) in getTlvBufferFromFiraOpenSessionParams()
191 if (params.getAoaResultRequest() in getTlvBufferFromFiraOpenSessionParams()
/packages/modules/Uwb/androidx_backend/tests/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManagerTest.java130 assertEquals(params.getAoaResultRequest(), AOA_RESULT_REQUEST_MODE_REQ_AOA_RESULTS); in testCreateOpenSessionParams_ProvisionedSts()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java269 assertEquals(params.getAoaResultRequest(), aoaResultRequest); in testOpenSessionParams()
340 assertEquals(fromBundle.getAoaResultRequest(), aoaResultRequest); in testOpenSessionParams()
417 assertEquals(fromCopy.getAoaResultRequest(), aoaResultRequest); in testOpenSessionParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionNotificationManager.java685 switch (openSessionParams.getAoaResultRequest()) { in getRangingReport()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java680 public int getAoaResultRequest() { in getAoaResultRequest() method in FiraOpenSessionParams