Searched defs:ApiLevel (Results 1 – 6 of 6) sorted by relevance
37 type ApiLevel struct { struct39 value string48 number int51 isPreview bool54 func (this ApiLevel) FinalOrFutureInt() int {67 func (this ApiLevel) FinalOrPreviewInt() int {80 func (this ApiLevel) String() string {85 func (this ApiLevel) IsPreview() bool {97 func (this ApiLevel) IsCurrent() bool {101 func (this ApiLevel) IsNone() bool {[all …]
81 ApiLevel ApiLevel member
241 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion ApiLevel) error915 func CheckMinSdkVersion(m UpdatableModule, ctx ModuleContext, minSdkVersion ApiLevel) {
108 func ndkLibraryVersions(ctx android.BaseMutatorContext, from android.ApiLevel) []string {
392 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
851 func (c *Module) ApiLevel() string { func