Home
last modified time | relevance | path

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

/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
DTestTarget.java26 public static int unboostCountLocked = 0; field in TestTarget
42 unboostCountLocked++; in unboost()
DTestMain.java66 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedBlock()
78 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedBlock()
89 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod()
97 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod()
108 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod2()
116 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod2()