Searched defs:mockWithInterfaces (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java139 private static <T> T mockWithInterfaces(Class<T> class1, Class<?>... interfaces) { method in class:WifiStateMachineTest
144 T tImpl = mockWithInterfaces(class1, iface);
186 mockWithInterfaces(IBinder.class, INetworkManagementService.class));

Completed in 47 milliseconds