Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java407 int currentMax = testRoot.getMaxPriority(); in test_setMaxPriorityI() local
409 passed = testRoot.getMaxPriority() == currentMax; in test_setMaxPriorityI()
412 + currentMax + " , after: " + testRoot.getMaxPriority(), in test_setMaxPriorityI()
417 currentMax = testRoot.getMaxPriority(); in test_setMaxPriorityI()
422 + currentMax + " , after: " + testRoot.getMaxPriority(), passed); in test_setMaxPriorityI()