Home
last modified time | relevance | path

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

/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
DTestMain.java62 TestTarget.resetCount(); in testSimpleSynchronizedBlock()
82 TestTarget.resetCount(); in testSimpleSynchronizedMethod()
97 TestTarget.resetCount(); in testSimpleSynchronizedMethod2()
112 TestTarget.resetCount(); in testSimpleSynchronizedMethod3()
128 TestTarget.resetCount(); in testCaughtException()
169 TestTarget.resetCount(); in testHandledFinally()
182 TestTarget.resetCount(); in testNestedSynchronizedBlock()
217 TestTarget.resetCount(); in testMethodWithControlFlow()
237 TestTarget.resetCount(); in testUnboostThatThrows()
DTestTarget.java38 public static void resetCount() { in resetCount() method in TestTarget