Searched refs:mMockIClientInterfaces (Results 1 – 1 of 1) sorted by relevance
40 private HashMap<String, IClientInterfaceImp> mMockIClientInterfaces = new HashMap<>(); field in WifiNL80211ManagerImp59 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()