Home
last modified time | relevance | path

Searched refs:setUpdateOwnerPackageName (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstallSource.java209 InstallSource setUpdateOwnerPackageName(@Nullable String updateOwnerPackageName) { in setUpdateOwnerPackageName() method in InstallSource
H A DPackageSetting.java379 installSource = installSource.setUpdateOwnerPackageName(updateOwnerPackageName);
H A DInstallPackageHelper.java388 installSource = installSource.setUpdateOwnerPackageName(null); in commitReconciledScanResultLocked()
391 installSource = installSource.setUpdateOwnerPackageName(null); in commitReconciledScanResultLocked()
395 installSource = installSource.setUpdateOwnerPackageName(null); in commitReconciledScanResultLocked()
/aosp14/frameworks/base/services/
H A Dart-profile6011 HSPLcom/android/server/pm/InstallSource;->setUpdateOwnerPackageName(Ljava/lang/String;)Lcom/android…