Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DActiveModeWardenTest.java479 private static int getMethodInvocationCount(Object mock, String methodName) { in getMethodInvocationCount() method in ActiveModeWardenTest
493 private static int getMethodInvocationCount(Object mockMethod) { in getMethodInvocationCount() method in ActiveModeWardenTest
514 .map(manager -> getMethodInvocationCount(manager, "stop") + times) in assertWifiShutDown()
521 .map(manager -> getMethodInvocationCount(manager, "stop")) in assertWifiShutDown()
551 int initialCount = getMethodInvocationCount(manager, "stop"); in assertEnteredEcmMode()
569 .map(manager -> getMethodInvocationCount(manager, "stop")) in assertEnteredEcmMode()