Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationContextTest.java78 mContext.lockAttributes(); in testLockedContext()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java315 public void lockAttributes() { in lockAttributes() method in InvocationContext
DTestInvocation.java201 ((InvocationContext) context).lockAttributes(); in performInvocation()