Searched refs:isOrphaned (Results 1 – 6 of 6) sorted by relevance
126 boolean isOrphaned; field in PackageSettingBase243 isOrphaned = orig.isOrphaned; in doCopy()681 this.isOrphaned = other.isOrphaned; in updateFrom()
1048 ps.isOrphaned = true; in removeInstallerPackageStatus()2838 if (pkg.isOrphaned) { in writePackageLPr()3604 String isOrphaned = null; in readPackageLPw() local3650 isOrphaned = parser.getAttributeValue(null, "isOrphaned"); in readPackageLPw()3806 packageSetting.isOrphaned = "true".equals(isOrphaned); in readPackageLPw()4243 boolean isOrphaned(String packageName) { in isOrphaned() method in Settings4248 return pkg.isOrphaned; in isOrphaned()
11477 pkgSetting.isOrphaned = true;17765 if (!isOrphaned(internalPackageName)20992 public boolean isOrphaned(String packageName) {20998 return mSettings.isOrphaned(packageName);
424 assertThat(scanResult.pkgSetting.isOrphaned, is(true)); in scanSystemApp_isOrphanedTrue()
767 assertThat(origPkgSetting.isOrphaned, is(testPkgSetting.isOrphaned)); in verifySettingCopy()
11029 HSPLcom/android/server/pm/PackageManagerService;->isOrphaned(Ljava/lang/String;)Z11373 HSPLcom/android/server/pm/Settings;->isOrphaned(Ljava/lang/String;)Z