Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
DDns64Configuration.h72 Dns64Configuration(GetNetworkContextCallback getNetworkCallback, in Dns64Configuration() argument
74 : mGetNetworkContextCallback(std::move(getNetworkCallback)), in Dns64Configuration()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java2533 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testLoadGroups()
2570 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testLoadGroups()
2597 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testSetClientList()
2606 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientList()
2613 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientList()
2641 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testSetClientListFailureDueToGetNetwork()
2646 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientListFailureDueToGetNetwork()
2653 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testSetClientListFailureDueToGetNetwork()
2668 public void answer(final int networkId, ISupplicantP2pIface.getNetworkCallback cb) { in testGetClientList()
2677 .getNetwork(anyInt(), any(ISupplicantP2pIface.getNetworkCallback.class)); in testGetClientList()
[all …]