Searched refs:getAoaResultRequest (Results 1 – 6 of 6) sorted by relevance
126 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()
91 .putByte(ConfigParam.AOA_RESULT_REQ, (byte) params.getAoaResultRequest()) in getTlvBufferFromFiraOpenSessionParams()191 if (params.getAoaResultRequest() in getTlvBufferFromFiraOpenSessionParams()
130 assertEquals(params.getAoaResultRequest(), AOA_RESULT_REQUEST_MODE_REQ_AOA_RESULTS); in testCreateOpenSessionParams_ProvisionedSts()
269 assertEquals(params.getAoaResultRequest(), aoaResultRequest); in testOpenSessionParams()340 assertEquals(fromBundle.getAoaResultRequest(), aoaResultRequest); in testOpenSessionParams()417 assertEquals(fromCopy.getAoaResultRequest(), aoaResultRequest); in testOpenSessionParams()
685 switch (openSessionParams.getAoaResultRequest()) { in getRangingReport()
680 public int getAoaResultRequest() { in getAoaResultRequest() method in FiraOpenSessionParams