Searched refs:setAbi (Results 1 – 4 of 4) sorted by relevance
77 public PocPusher setAbi(IAbi abi) { in setAbi() method in PocPusher
276 new PocPusher().setDevice(device).setBuild(test.getBuild()).setAbi(test.getAbi()); in withPoc()
114 testCase.setAbi(ABI_ARM32); // Default to 32bit machine. Re-set this if testing 64 in setup()209 testCase.setAbi(ABI_ARM64); in test64bit()
112 pocPusher.setDevice(getDevice()).setBuild(getBuild()).setAbi(getAbi()); in setUp()