Home
last modified time | relevance | path

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

/frameworks/libs/systemui/searchuilib/
Dbuild.gradle25 tasks.withType(JavaCompile) {
/frameworks/libs/systemui/iconloaderlib/
Dbuild.gradle26 tasks.withType(JavaCompile) {
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java684 public static String lookUpResourceName(@NonNull Resources res, int resId, boolean withType, in lookUpResourceName() argument
697 return withType ? getResourceTypeAndEntryName(fullName) in lookUpResourceName()