Searched refs:API_VERSION_MASK (Results 1 – 1 of 1) sorted by relevance
40 const int32_t API_VERSION_MASK = 1000; variable246 if (bundleProfile.profileApiVersion.minApiVersion >= API_VERSION_MASK) { in CheckApiVersion()265 int32_t deviceVersion = apiVersion * API_VERSION_MASK + apiLevel; in CheckApi10Version()