Searched refs:mUpdatingPackages (Results 1 – 2 of 2) sorted by relevance
61 final HashSet<String> mUpdatingPackages = new HashSet<String>(); field in PackageMonitor129 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()
87463 Lcom/android/internal/content/PackageMonitor;->mUpdatingPackages:Ljava/util/HashSet;