Searched refs:configureAgentProperties (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManager.java | 641 if (!mNiWrapper.configureAgentProperties(nnri, nnri.equivalentRequests, ndpId, in onDataPathConfirm() 1478 public boolean configureAgentProperties(AwareNetworkRequestInformation nnri, in configureAgentProperties() method in WifiAwareDataPathStateManager.NetworkInterfaceWrapper
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareDataPathStateManagerTest.java | 175 when(mMockNetworkInterface.configureAgentProperties(any(), any(), anyInt(), any(), in setUp() 1383 inOrder.verify(mMockNetworkInterface).configureAgentProperties(any(), any(), anyInt(), in testDataPathInitiatorUtilityMore()
|