Searched defs:overwrite (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java598 public void installAppAndVerifyExistsOnSDCard(String apkPath, String pkgName, boolean overwrite) argument
601 if (!overwrite) {
608 installFile(apkPath, overwrite);
629 public void installAppAndVerifyExistsOnDevice(String apkPath, String pkgName, boolean overwrite) argument
632 if (!overwrite) {
639 installFile(apkPath, overwrite);
661 String pkgName, boolean overwrite) throws IOException, InterruptedException {
663 if (!overwrite) {
670 String result = installFileForwardLocked(apkPath, overwrite);
660 installFwdLockedAppAndVerifyExists(String apkPath, String pkgName, boolean overwrite) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp579 const bool overwrite,
606 &spans, &config, overwrite, false, curFormat);
650 const bool overwrite,
714 false, curFormat, overwrite);
723 const bool overwrite,
1005 ResTable_map::TYPE_STRING, overwrite);
1380 overwrite, curIsBagReplaceOnOverwrite);
1452 product, false, overwrite, outTable);
1461 curIsFormatted, product, true, overwrite, outTable);
1485 product, false, overwrite, outTabl
566 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
637 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, bool pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
719 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) argument
1635 addEntry(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& value, const Vector<StringPool::entry_style_span>* style, const ResTable_config* params, const bool doSetIndex, const int32_t format, const bool overwrite) argument
3052 setItem(const SourcePos& sourcePos, const String16& value, const Vector<StringPool::entry_style_span>* style, int32_t format, const bool overwrite) argument
[all...]

Completed in 540 milliseconds