Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/fuse_bpf/
Dvts_kernel_fuse_bpf_test.py35 first_api_level = 0
37 first_api_level = int(out_api)
43 …self.assertTrue(first_api_level < 34 or out_sdcardfs.strip() != "" or out_running.strip() == "true…
/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp161 int first_api_level; in SetUp() local
162 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()
164 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()
308 int first_api_level; in TEST() local
309 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in TEST()
310 ASSERT_LE(first_api_level, __ANDROID_API_Q__) in TEST()
Dutils.cpp215 bool GetFirstApiLevel(int *first_api_level) { in GetFirstApiLevel() argument
216 *first_api_level = in GetFirstApiLevel()
218 if (*first_api_level == 0) { in GetFirstApiLevel()
222 GTEST_LOG_(INFO) << "ro.product.first_api_level = " << *first_api_level; in GetFirstApiLevel()
Dvts_kernel_encryption.h105 bool GetFirstApiLevel(int *first_api_level);
Dfile_based_encryption_tests.cpp545 int first_api_level; in SetUp() local
546 ASSERT_TRUE(GetFirstApiLevel(&first_api_level)); in SetUp()
548 ASSERT_LE(first_api_level, __ANDROID_API_Q__); in SetUp()
1495 int first_api_level; in DeviceUsesFBE() local
1496 if (!GetFirstApiLevel(&first_api_level)) return true; in DeviceUsesFBE()
1497 if (first_api_level >= __ANDROID_API_Q__) { in DeviceUsesFBE()
/test/vts-testcase/kernel/sdcardfs/src/com/android/sdcardfs/vts/
DSdcardfsTest.java42 int first_api_level = Integer.parseInt(result); in should_run() local
44 if (first_api_level < MIN_FIRST_API_LEVEL) in should_run()
/test/vts-testcase/kernel/checkpoint/
Dvts_kernel_checkpoint_test.py110 first_api_level = 0
112 first_api_level = int(out)
115 self.assertTrue(first_api_level < 29 or self.isCheckpoint_,
/test/vts/tests/fastboot_getvar/src/com/android/tests/
DFastbootGetvarUserspaceTest.java156 String first_api_level = in testFirstApiLevel() local
158 CLog.d("first_api_level: '%s'", first_api_level); in testFirstApiLevel()
160 int api_level = Integer.parseInt(first_api_level); in testFirstApiLevel()
163 fail("Failed to parse first-api-level: " + first_api_level); in testFirstApiLevel()
/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp193 int first_api_level = android::base::GetIntProperty( in TEST_F() local
196 if (first_api_level >= __ANDROID_API_T__) { in TEST_F()