Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/
Dbuild.gradle.kts38 plugins.withType<AndroidBasePlugin> { in <lambda>()
56 plugins.withType<AndroidBasePlugin> { in <lambda>()
67 tasks.withType<KotlinCompile> { in <lambda>()
/frameworks/libs/systemui/iconloaderlib/
Dbuild.gradle18 tasks.withType(JavaCompile) {
/frameworks/libs/systemui/monet/
Dbuild.gradle18 tasks.withType(JavaCompile) {
/frameworks/base/packages/SystemUI/animation/
Dbuild.gradle24 tasks.withType(JavaCompile) {
/frameworks/libs/systemui/animationlib/
Dbuild.gradle27 tasks.withType(JavaCompile) {
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java747 public static String lookUpResourceName(@NonNull Resources res, int resId, boolean withType, in lookUpResourceName() argument
760 return withType ? getResourceTypeAndEntryName(fullName) in lookUpResourceName()