Home
last modified time | relevance | path

Searched refs:compileSdk (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/systemui/toruslib/
Dbuild.gradle20 'compileSdk' : 34,
58 compileSdkVersion versions.compileSdk
/frameworks/libs/systemui/weathereffects/
Dbuild.gradle19 'compileSdk' : 34,
60 compileSdk versions.compileSdk
/frameworks/base/packages/SystemUI/animation/
Dbuild.gradle13 compileSdk 33
/frameworks/libs/systemui/weathereffects/graphics/
Dbuild.gradle8 compileSdk 34
/frameworks/base/services/core/java/com/android/server/wm/
DAppWarnings.java189 final int compileSdk = r.info.applicationInfo.compileSdkVersion; in showUnsupportedCompileSdkDialogIfNeeded() local
194 if ((isCompileSdkPreview && compileSdk < platformSdk) in showUnsupportedCompileSdkDialogIfNeeded()
195 || (isPlatformSdkPreview && platformSdk < compileSdk) in showUnsupportedCompileSdkDialogIfNeeded()
196 || (isCompileSdkPreview && isPlatformSdkPreview && platformSdk == compileSdk in showUnsupportedCompileSdkDialogIfNeeded()
/frameworks/libs/systemui/toruslib/lib-torus/
Dbuild.gradle20 compileSdkVersion versions.compileSdk