Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java61 final HashSet<String> mUpdatingPackages = new HashSet<String>(); field in PackageMonitor
129 synchronized (mUpdatingPackages) { in isPackageUpdating()
130 return mUpdatingPackages.contains(packageName); in isPackageUpdating()
359 synchronized (mUpdatingPackages) { in onReceive()
360 mUpdatingPackages.remove(pkg); in onReceive()
372 synchronized (mUpdatingPackages) { in onReceive()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt87463 Lcom/android/internal/content/PackageMonitor;->mUpdatingPackages:Ljava/util/HashSet;