Searched refs:hasControlMessage (Results 1 – 5 of 5) sorted by relevance
104 boolean hasControlMessage = true; in testOpenSessionParams()173 .setHasControlMessage(hasControlMessage) in testOpenSessionParams()245 assertEquals(params.hasControlMessage(), hasControlMessage); in testOpenSessionParams() local316 assertEquals(fromBundle.hasControlMessage(), hasControlMessage); in testOpenSessionParams() local393 assertEquals(fromCopy.hasControlMessage(), hasControlMessage); in testOpenSessionParams() local
129 when(mFiraParams.hasControlMessage()).thenReturn(false); in setUp()239 when(mFiraParams.hasControlMessage()).thenReturn(true); in testOnRangingResult_forTwoWay_WithAoaAndDestAoa()261 when(mFiraParams.hasControlMessage()).thenReturn(true); in testOnRangingResult_forTwoWay_WithAoaAndNoDestAzimuth()283 when(mFiraParams.hasControlMessage()).thenReturn(true); in testOnRangingResult_forTwoWay_WithAoaAndNoDestElevation()305 when(mFiraParams.hasControlMessage()).thenReturn(true); in testOnRangingResult_forTwoWay_WithNoAoaAndDestAoa()327 when(mFiraParams.hasControlMessage()).thenReturn(true); in testOnRangingResult_forTwoWay_WithNoAoaAzimuthAndDestAoa()349 when(mFiraParams.hasControlMessage()).thenReturn(true); in testOnRangingResult_forTwoWay_WithNoAoaElevationAndDestAoa()
226 boolean hasControlMessage = true; in getFiraParams()285 .setHasControlMessage(hasControlMessage) in getFiraParams()
291 boolean hasControlMessage, in FiraOpenSessionParams() argument378 mHasControlMessage = hasControlMessage; in FiraOpenSessionParams()535 public boolean hasControlMessage() { in hasControlMessage() method in FiraOpenSessionParams1689 public FiraOpenSessionParams.Builder setHasControlMessage(boolean hasControlMessage) { in setHasControlMessage() argument1690 mHasControlMessage = hasControlMessage; in setHasControlMessage()
404 rangingRoundControl |= (byte) (params.hasControlMessage() ? 0x02 : 0x00); in getRangingRoundControl()