Searched refs:runConfig (Results 1 – 1 of 1) sorted by relevance
298 public void setCurrentConfig(BatchRunConfiguration runConfig) { in setCurrentConfig() argument299 mRunConfig = runConfig; in setCurrentConfig()1176 for (BatchRunConfiguration runConfig : getTestRunConfigs(leadingTest)) { in selectRunBatch()1177 if (mInstanceListerner.isPendingTestInstance(leadingTest, runConfig)) { in selectRunBatch()1178 leadingTestConfig = runConfig; in selectRunBatch()1290 private boolean isSupportedRunConfiguration(BatchRunConfiguration runConfig) in isSupportedRunConfiguration() argument1293 if (!BatchRunConfiguration.ROTATION_UNSPECIFIED.equals(runConfig.getRotation())) { in isSupportedRunConfiguration()1296 if (isPortraitClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration()1300 if (isLandscapeClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration()1308 return isSupportedGlesRenderConfig(runConfig); in isSupportedRunConfiguration()[all …]