Searched refs:prep (Results 1 – 3 of 3) sorted by relevance
90 for (ITargetPreparer prep : c.getTargetPreparers()) { in testApkPackageNames()91 if (prep instanceof TestAppInstallSetup) { in testApkPackageNames()92 apkNames.addAll(((TestAppInstallSetup) prep).getTestsFileName()); in testApkPackageNames()95 if (prep instanceof FilePusher && ((FilePusher) prep).shouldAppendBitness()) { in testApkPackageNames()96 for (File f : ((PushFilePreparer) prep).getPushSpecs(null).values()) { in testApkPackageNames()101 if (((FilePusher) prep).shouldAbortOnFailure()) { in testApkPackageNames()111 } else if (prep instanceof PushFilePreparer) { in testApkPackageNames()112 for (File f : ((PushFilePreparer) prep).getPushSpecs(null).values()) { in testApkPackageNames()116 if (((PushFilePreparer) prep).shouldAbortOnFailure()) { in testApkPackageNames()
216 for (ITargetPreparer prep : c.getTargetPreparers()) { in testConfigurationLoad()217 if (prep.getClass().isAssignableFrom(ApkInstaller.class)) { in testConfigurationLoad()224 if (prep.getClass().isAssignableFrom(PreconditionPreparer.class)) { in testConfigurationLoad()229 config.getName(), prep.getClass())); in testConfigurationLoad()
1341 String keyCode, Runnable prep, Runnable verifier, boolean stopFgs) throws Exception { in testVisibleActivityGracePeriodInternal() argument1357 if (prep != null) { in testVisibleActivityGracePeriodInternal()1358 prep.run(); in testVisibleActivityGracePeriodInternal()