Searched refs:mUpdatingPackages (Results 1 – 1 of 1) sorted by relevance
60 final HashSet<String> mUpdatingPackages = new HashSet<String>(); field in PackageMonitor128 synchronized (mUpdatingPackages) { in isPackageUpdating()129 return mUpdatingPackages.contains(packageName); in isPackageUpdating()354 synchronized (mUpdatingPackages) { in onReceive()355 mUpdatingPackages.remove(pkg); in onReceive()367 synchronized (mUpdatingPackages) { in onReceive()