Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dvts_ota_config_test.cpp26 …droid::base::GetBoolProperty("ro.build.ab_update", false) && (GetVsrLevel() < __ANDROID_API_T__)) { in TEST()
30 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
/system/core/fs_mgr/tests/
Dvts_fs_test.cpp55 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
81 if (vsr_level < __ANDROID_API_T__) { in TEST()
155 if (GetVsrLevel() < __ANDROID_API_T__) { in TEST()
/system/core/init/
Dhost_init_stubs.h33 #define __ANDROID_API_T__ 33 macro
Dueventd.cpp317 if (android::base::GetIntProperty("ro.product.first_api_level", 10000) < __ANDROID_API_T__) { in GetConfiguration()
/system/gsid/tests/
Dboot_tests.cpp105 if (GetVsrLevel() < __ANDROID_API_T__ || IsAutomotiveDevice()) { in TEST()
/system/core/fs_mgr/
Dfs_mgr_overlayfs_mount.cpp89 android::base::GetIntProperty("ro.vendor.api_level", -1) < __ANDROID_API_T__) { in OverlayMountPoints()