Searched refs:loopCount (Results 1 – 2 of 2) sorted by relevance
92 final int loopCount = 10; in startMonitoringStateChange_multipleTimes_shouldRegisterOnce() local93 for (int i = 0; i < loopCount; i++) { in startMonitoringStateChange_multipleTimes_shouldRegisterOnce()98 verify(mManager, times(loopCount)).onConditionChanged(); in startMonitoringStateChange_multipleTimes_shouldRegisterOnce()
98 for (int loopCount = maxCodePointCount; loopCount > 0; --loopCount) { in getCodePointsAndProbabilityAndReturnCodePointCount() local