Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/nl80211/
DWifiNL80211ManagerImp.java40 private HashMap<String, IClientInterfaceImp> mMockIClientInterfaces = new HashMap<>(); field in WifiNL80211ManagerImp
59 mMockIClientInterfaces.put(ifaceName, mockIClientInterface); in createClientInterface()
72 return mMockIClientInterfaces.remove(ifaceName) != null; in tearDownClientInterface()
157 if (mMockIClientInterfaces == null) return false; in configureClientInterfaceMock()
158 IClientInterfaceImp clientInterface = mMockIClientInterfaces.get(ifaceName); in configureClientInterfaceMock()