Searched refs:perSdkConfig (Results 1 – 2 of 2) sorted by relevance
82 public final List<PerSdkConfig> perSdkConfig; field in SignedConfig84 public SignedConfig(int version, List<PerSdkConfig> perSdkConfig) { in SignedConfig() argument86 this.perSdkConfig = Collections.unmodifiableList(perSdkConfig); in SignedConfig()96 for (PerSdkConfig config : perSdkConfig) { in getMatchingConfig()131 JSONArray perSdkConfig = json.getJSONArray(KEY_CONFIG); in parse() local133 for (int i = 0; i < perSdkConfig.length(); ++i) { in parse()134 parsedConfigs.add(parsePerSdkConfig(perSdkConfig.getJSONObject(i), allowedKeys, in parse()
343 assertThat(config.perSdkConfig).hasSize(1); in testParseSdkConfigSingle()352 assertThat(config.perSdkConfig).hasSize(2); in testParseSdkConfigMultiple()