Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dvts_ota_config_test.cpp20 static int GetVsrLevel() { in GetVsrLevel() function
26 …if (!android::base::GetBoolProperty("ro.build.ab_update", false) && (GetVsrLevel() < __ANDROID_API… in TEST()
30 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
/system/core/fs_mgr/tests/
Dvts_fs_test.cpp31 static int GetVsrLevel() { in GetVsrLevel() function
55 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
80 int vsr_level = GetVsrLevel(); in TEST()
146 if (GetVsrLevel() < __ANDROID_API_Q__) { in TEST()
155 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
/system/gsid/tests/
Dboot_tests.cpp65 static int GetVsrLevel() { in GetVsrLevel() function
105 if (GetVsrLevel() < __ANDROID_API_T__ || IsAutomotiveDevice()) { in TEST()