Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSilentUpdatePolicy.java46 private String mAllowUnlimitedSilentUpdatesInstaller; field in SilentUpdatePolicy
85 if (mAllowUnlimitedSilentUpdatesInstaller != null in track()
86 && mAllowUnlimitedSilentUpdatesInstaller.equals(installerPackageName)) { in track()
106 mAllowUnlimitedSilentUpdatesInstaller = installerPackageName; in setAllowUnlimitedSilentUpdates()