Home
last modified time | relevance | path

Searched refs:configureAgentProperties (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java641 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/
DWifiAwareDataPathStateManagerTest.java175 when(mMockNetworkInterface.configureAgentProperties(any(), any(), anyInt(), any(), in setUp()
1383 inOrder.verify(mMockNetworkInterface).configureAgentProperties(any(), any(), anyInt(), in testDataPathInitiatorUtilityMore()