Home
last modified time | relevance | path

Searched refs:sdk2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/signedconfig/
DSignedConfigTest.java359 SignedConfig.PerSdkConfig sdk2 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigFirst() local
361 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigFirst()
369 SignedConfig.PerSdkConfig sdk2 = new SignedConfig.PerSdkConfig( in testGetMatchingConfigSecond() local
371 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() local
390 SignedConfig config = new SignedConfig(0, Arrays.asList(sdk1, sdk2)); in testGetMatchingConfigNoMatch()