Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DIPackageInstaller.aidl70 void setAllowUnlimitedSilentUpdates(String installerPackageName); in setAllowUnlimitedSilentUpdates() method
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSilentUpdatePolicy.java101 void setAllowUnlimitedSilentUpdates(@Nullable String installerPackageName) { in setAllowUnlimitedSilentUpdates() method in SilentUpdatePolicy
H A DPackageInstallerService.java1473 public void setAllowUnlimitedSilentUpdates(@Nullable String installerPackageName) {
1477 mSilentUpdatePolicy.setAllowUnlimitedSilentUpdates(installerPackageName);
H A DPackageManagerShellCommand.java3564 installer.setAllowUnlimitedSilentUpdates(null /* installerPackageName */); in runSetSilentUpdatesPolicy()
3568 installer.setAllowUnlimitedSilentUpdates(installerPackageName); in runSetSilentUpdatesPolicy()