Searched refs:getVersionInt (Results 1 – 1 of 1) sorted by relevance
36 inline auto getVersionInt(const char *version) { in getVersionInt() function122 return android_get_device_api_level() >= getVersionInt(version); in IsAtLeast()127 return android_get_device_api_level() >= getVersionInt(version); in IsAtLeast()146 return android_get_device_api_level() <= getVersionInt(version); in IsAtMost()151 return android_get_device_api_level() < getVersionInt(version); in IsAtMost()