Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DNativePoc.java275 PocPusher pocPusher = in withPoc() local
278 pocPusher.only32(); in withPoc()
281 pocPusher.only64(); in withPoc()
284 pocPusher.pushFile(pocName() + "_sts", remoteFile); in withPoc()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DSecurityTestCase.java74 @Rule public PocPusher pocPusher = new PocPusher(); field in SecurityTestCase
112 pocPusher.setDevice(getDevice()).setBuild(getBuild()).setAbi(getAbi()); in setUp()
113 sPocPusher.put(getDevice(), pocPusher); in setUp() local