Home
last modified time | relevance | path

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

/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp249 int vsr_api_level = get_vsr_api_level(); in TEST() local
250 if (vsr_api_level < 35) { in TEST()
252 << vsr_api_level; in TEST()
1023 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
1024 if (vsr_api_level < 34) { in TEST_P()
1026 << vsr_api_level; in TEST_P()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp5311 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
5312 if (vsr_api_level < __ANDROID_API_V__) { in TEST_P()
5319 GTEST_SKIP() << "Applies only to VSR API level 35, this device is: " << vsr_api_level; in TEST_P()
5342 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
5343 if (vsr_api_level < __ANDROID_API_V__) { in TEST_P()
5350 GTEST_SKIP() << "Applies only to VSR API level 35, this device is: " << vsr_api_level; in TEST_P()
8899 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
8900 if (vsr_api_level < __ANDROID_API_T__) { in TEST_P()
8901 GTEST_SKIP() << "Applies only to VSR API level 33, this device is: " << vsr_api_level; in TEST_P()
8908 int vsr_api_level = get_vsr_api_level(); in TEST_P() local
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
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()