Searched refs:sdk2 (Results 1 – 1 of 1) sorted by relevance
359 SignedConfig.PerSdkConfig sdk2 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigFirst() local361 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigFirst()369 SignedConfig.PerSdkConfig sdk2 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigSecond() local371 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigSecond()372 assertThat(config.getMatchingConfig(2)).isEqualTo(sdk2); in testGetMatchingConfigSecond()388 SignedConfig.PerSdkConfig sdk2 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigNoMatch() local390 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigNoMatch()