Searched refs:runConfig (Results 1 – 1 of 1) sorted by relevance
257 public void setCurrentConfig(BatchRunConfiguration runConfig) { in setCurrentConfig() argument258 mRunConfig = runConfig; in setCurrentConfig()1242 for (BatchRunConfiguration runConfig : getTestRunConfigs(leadingTest)) { in selectRunBatch()1243 if (mInstanceListerner.isPendingTestInstance(leadingTest, runConfig)) { in selectRunBatch()1244 leadingTestConfig = runConfig; in selectRunBatch()1352 private boolean isSupportedRunConfiguration(BatchRunConfiguration runConfig) in isSupportedRunConfiguration() argument1355 if (!BatchRunConfiguration.ROTATION_UNSPECIFIED.equals(runConfig.getRotation())) { in isSupportedRunConfiguration()1358 if (isPortraitClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration()1362 if (isLandscapeClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration()1370 return isSupportedGlesRenderConfig(runConfig); in isSupportedRunConfiguration()[all …]