Searched refs:chatty (Results 1 - 3 of 3) sorted by path

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java9558 private void removePackageLI(PackageParser.Package pkg, boolean chatty) { argument
9562 removePackageLI(ps, chatty);
9570 removePackageLI(ps, chatty);
9575 void removePackageLI(PackageSetting ps, boolean chatty) { argument
9577 if (chatty)
9586 cleanPackageDataStructuresLILPw(pkg, chatty);
9591 void removeInstalledPackageLI(PackageParser.Package pkg, boolean chatty) { argument
9593 if (chatty)
9601 cleanPackageDataStructuresLILPw(pkg, chatty);
9608 cleanPackageDataStructuresLILPw(childPkg, chatty);
9613 cleanPackageDataStructuresLILPw(PackageParser.Package pkg, boolean chatty) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp95 bool chatty = true; local
108 chatty = token[0] != '!';
109 if (!chatty) token++; // skip !
137 if (ignore && chatty) {
/frameworks/base/tools/aapt2/util/
H A DFiles.cpp224 bool chatty = true; local
228 chatty = false;
263 if (chatty) {

Completed in 347 milliseconds