Home
last modified time | relevance | path

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

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