Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java322 final long userSerial, final boolean replaceExisting) { in addIconToDBAndMemCache() argument
328 if (!replaceExisting) { in addIconToDBAndMemCache()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java3415 boolean replaceExisting = true; in makeInstallParams()
3425 replaceExisting = false; in makeInstallParams()
3609 if (replaceExisting) { in makeInstallParams()
/frameworks/base/tools/aapt/
DResource.cpp715 bool replaceExisting) in addTagAttribute() argument
726 if (replaceExisting) { in addTagAttribute()