Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/Spa/
H A Dbuild.gradle.kts32 plugins.withType<AndroidBasePlugin> {
49 plugins.withType<AndroidBasePlugin> {
60 tasks.withType<KotlinCompile> {
/aosp14/frameworks/base/packages/SystemUI/animation/
H A Dbuild.gradle24 tasks.withType(JavaCompile) {
/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java747 public static String lookUpResourceName(@NonNull Resources res, int resId, boolean withType, in lookUpResourceName() argument
760 return withType ? getResourceTypeAndEntryName(fullName) in lookUpResourceName()