Lines Matching refs:level
15 # An API level, can be a finalized (numbered) API, a preview (codenamed) API, or
16 # the future API level (10000). Can be parsed from a string with
45 # api can be either the codename or the int level (9000+)
76 """converts the given string `version` to an api level
83 Returns: The api level as an int.
86 fail("API level string must be non-empty")
96 # If the level is the codename of an API level that has been finalized, this
97 # function returns the API level number associated with that API level. If
125 """default_app_target_sdk returns the API level that platform apps are targeting.
134 # EffectiveVersionString converts an api level string into the concrete version string that the mod…
150 """Provides api level-related utility functions from platform variables.