Searched refs:PocPusher (Results 1 – 3 of 3) sorted by relevance
39 public class PocPusher extends TestWatcher { class72 public PocPusher setDevice(ITestDevice device) { in setDevice()77 public PocPusher setAbi(IAbi abi) { in setAbi()82 public PocPusher setBuild(IBuildInfo buildInfo) { in setBuild()87 public PocPusher appendBitness(boolean append) { in appendBitness()92 public PocPusher cleanup(boolean cleanup) { in cleanup()97 public PocPusher only32() { in only32()103 public PocPusher only64() { in only64()109 public PocPusher bothBitness() { in bothBitness()
275 PocPusher pocPusher = in withPoc()276 new PocPusher().setDevice(device).setBuild(test.getBuild()).setAbi(test.getAbi()); in withPoc()
30 import com.android.sts.common.PocPusher;74 @Rule public PocPusher pocPusher = new PocPusher();79 private static Map<ITestDevice, PocPusher> sPocPusher = new HashMap<>();176 public static PocPusher getPocPusher(ITestDevice device) { in getPocPusher()