Searched refs:configureAgentProperties (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 231 when(mMockNetworkInterface.configureAgentProperties(any(), any(), any())).thenReturn(true); in setUp() 1784 when(mMockNetworkInterface.configureAgentProperties(any(), any(), any())) in testDataPathInitiatorUtilityMore() 1795 inOrder.verify(mMockNetworkInterface).configureAgentProperties(any(), any(), any()); in testDataPathInitiatorUtilityMore() 1801 when(mMockNetworkInterface.configureAgentProperties(any(), any(), any())) in testDataPathInitiatorUtilityMore() 1813 inOrder.verify(mMockNetworkInterface).configureAgentProperties(any(), any(), any()); in testDataPathInitiatorUtilityMore()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 718 if (!(ndpInfo.peerIpv6 != null && mNiWrapper.configureAgentProperties(nnri, in handleAddressValidation() 1657 public boolean configureAgentProperties(AwareNetworkRequestInformation nnri, in configureAgentProperties() method in WifiAwareDataPathStateManager.NetworkInterfaceWrapper
|