Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPocPusher.java42 public class PocPusher extends TestWatcher { class
75 public PocPusher setDevice(ITestDevice device) { in setDevice()
80 public PocPusher setAbi(IAbi abi) { in setAbi()
85 public PocPusher setBuild(IBuildInfo buildInfo) { in setBuild()
90 public PocPusher appendBitness(boolean append) { in appendBitness()
95 public PocPusher cleanup(boolean cleanup) { in cleanup()
100 public PocPusher only32() { in only32()
106 public PocPusher only64() { in only64()
112 public PocPusher bothBitness() { in bothBitness()
DSecurityTestCase.java66 @Rule public PocPusher pocPusher = new PocPusher();
71 private static Map<ITestDevice, PocPusher> sPocPusher = new HashMap<>();
141 public static PocPusher getPocPusher(ITestDevice device) { in getPocPusher()