Searched refs:sdk1 (Results 1 – 1 of 1) sorted by relevance
357 SignedConfig.PerSdkConfig sdk1 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigFirst() local361 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigFirst()362 assertThat(config.getMatchingConfig(1)).isEqualTo(sdk1); in testGetMatchingConfigFirst()367 SignedConfig.PerSdkConfig sdk1 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigSecond() local371 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigSecond()386 SignedConfig.PerSdkConfig sdk1 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigNoMatch() local390 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigNoMatch()