Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/security/rkp/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp241 int vsr_api_level = get_vsr_api_level(); in TEST() local
242 if (vsr_api_level < 35) { in TEST()
244 << vsr_api_level; in TEST()
1047 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
1048 if (vsr_api_level < 34) { in TEST_P()
1050 << vsr_api_level; in TEST_P()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp5317 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
5318 if (vsr_api_level < __ANDROID_API_V__) { in TEST_P()
5325 GTEST_SKIP() << "Applies only to VSR API level 35, this device is: " << vsr_api_level; in TEST_P()
5348 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
5349 if (vsr_api_level < __ANDROID_API_V__) { in TEST_P()
5356 GTEST_SKIP() << "Applies only to VSR API level 35, this device is: " << vsr_api_level; in TEST_P()
8952 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
8953 if (vsr_api_level < __ANDROID_API_T__) { in TEST_P()
8954 GTEST_SKIP() << "Applies only to VSR API level 33, this device is: " << vsr_api_level; in TEST_P()
8961 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
[all …]
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp4842 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
4843 if (vsr_api_level < 33) { in TEST_P()
4844 GTEST_SKIP() << "Applies only to VSR API level 33, this device is: " << vsr_api_level; in TEST_P()