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 | 180 when(mMockNetworkInterface.configureAgentProperties(any(), any(), any())).thenReturn(true); in setUp() 1582 when(mMockNetworkInterface.configureAgentProperties(any(), any(), any())) in testDataPathInitiatorUtilityMore() 1593 inOrder.verify(mMockNetworkInterface).configureAgentProperties(any(), any(), any()); in testDataPathInitiatorUtilityMore() 1599 when(mMockNetworkInterface.configureAgentProperties(any(), any(), any())) in testDataPathInitiatorUtilityMore() 1611 inOrder.verify(mMockNetworkInterface).configureAgentProperties(any(), any(), any()); in testDataPathInitiatorUtilityMore()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 708 if (!(ndpInfo.peerIpv6 != null && mNiWrapper.configureAgentProperties(nnri, in handleAddressValidation() 1618 public boolean configureAgentProperties(AwareNetworkRequestInformation nnri, in configureAgentProperties() method in WifiAwareDataPathStateManager.NetworkInterfaceWrapper
|