Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
H A DTestScopedLock.java21 private final TestScopedTarget mTarget;
23 TestScopedLock(TestScopedTarget target) { in TestScopedLock()
H A DTestMain.java267 TestScopedTarget target = new TestScopedTarget(); in testScopedTarget()
285 TestScopedTarget target = new TestScopedTarget(); in testScopedExceptionHandling()
344 private Object untypedLock(TestScopedTarget target) { in untypedLock()
350 TestScopedTarget target = new TestScopedTarget(); in testScopedLockTyping()
H A DTestScopedTarget.java16 public class TestScopedTarget { class
23 TestScopedTarget() { in TestScopedTarget() method in TestScopedTarget