Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java573 private static int getMethodInvocationCount(Object mockMethod) { in getMethodInvocationCount() argument
574 return mockingDetails(mockMethod).getInvocations().size(); in getMethodInvocationCount()