Searched refs:rangeCancel (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiRttController.java | 266 public boolean rangeCancel(int cmdId, ArrayList<MacAddress> macAddresses) { in rangeCancel() method in WifiRttController 268 () -> mWifiRttController.rangeCancel(cmdId, macAddresses)); in rangeCancel()
|
D | IWifiRttController.java | 83 boolean rangeCancel(int cmdId, List<MacAddress> macAddresses); in rangeCancel() method
|
D | WifiRttControllerAidlImpl.java | 190 public boolean rangeCancel(int cmdId, List<MacAddress> macAddresses) { in rangeCancel() method in WifiRttControllerAidlImpl 203 mWifiRttController.rangeCancel(cmdId, halAddresses); in rangeCancel()
|
D | WifiRttControllerHidlImpl.java | 136 public boolean rangeCancel(int cmdId, List<MacAddress> macAddresses) { in rangeCancel() method in WifiRttControllerHidlImpl 278 WifiStatus status = mWifiRttController.rangeCancel(cmdId, macBytes); in rangeCancelInternal()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/ |
D | WifiRttControllerHidlImplTest.java | 95 when(mockRttController.rangeCancel(anyInt(), any(ArrayList.class))).thenReturn( in setUp() 274 mDut.rangeCancel(cmdId, macAddresses); in testRangeCancel() 277 verify(mockRttController).rangeCancel(eq(cmdId), mArrayListCaptor.capture()); in testRangeCancel()
|
D | WifiRttControllerAidlImplTest.java | 304 mDut.rangeCancel(cmdId, macAddresses); in testRangeCancel() 307 verify(mIWifiRttControllerMock).rangeCancel(eq(cmdId), mMacAddressCaptor.capture()); in testRangeCancel()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttServiceImplTest.java | 651 verify(mockRttControllerHal).rangeCancel(eq(mIntCaptor.getValue()), in testBinderDeathOfRangingApp() 720 verify(mockRttControllerHal).rangeCancel(eq(mIntCaptor.getValue()), any()); in testBinderDeathWithWorkSource() 774 verify(mockRttControllerHal).rangeCancel(eq(mIntCaptor.getValue()), any()); in testCancelRangingFullMatch() 1002 verify(mockRttControllerHal).rangeCancel(eq(cmdId1), any()); in testRangingTimeout() 1337 verify(mockRttControllerHal).rangeCancel(eq(mIntCaptor.getValue()), any()); in testDontRejectFloodingRequestsVariousUids() 1436 controllerInorder.verify(mockRttControllerHal).rangeCancel( in runFloodRequestsTest() 1523 verify(mockRttControllerHal).rangeCancel(eq(mIntCaptor.getValue()), any()); in runDisableRttFlow()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/ |
D | RttServiceImpl.java | 713 mWifiRttController.rangeCancel(rri.cmdId, macAddresses); in cancelRanging()
|