Searched defs:ApiLevel (Results 1 – 7 of 7) sorted by relevance
40 type ApiLevel struct { struct42 value string51 number int54 isPreview bool57 func (this ApiLevel) FinalOrFutureInt() int {70 func (this ApiLevel) FinalOrPreviewInt() int {83 func (this ApiLevel) String() string {88 func (this ApiLevel) IsPreview() bool {100 func (this ApiLevel) IsCurrent() bool {104 func (this ApiLevel) IsNone() bool {[all …]
81 ApiLevel ApiLevel member
251 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion ApiLevel) error913 func CheckMinSdkVersion(ctx ModuleContext, minSdkVersion ApiLevel, walk WalkPayloadDepsFunc) {
141 func ndkLibraryVersions(ctx android.BaseMutatorContext, from android.ApiLevel) []string {257 apiLevel android.ApiLevel, genstubFlags string) ndkApiOutputs {377 func findNextApiLevel(ctx ModuleContext, apiLevel android.ApiLevel) *android.ApiLevel {
450 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
948 func (c *Module) ApiLevel() string { func
67 func systemModuleKind(sdkKind android.SdkKind, apiLevel android.ApiLevel) android.SdkKind {