Searched refs:mUpdatingPackages (Results 1 – 1 of 1) sorted by relevance
54 final HashSet<String> mUpdatingPackages = new HashSet<String>(); field in PackageMonitor112 synchronized (mUpdatingPackages) { in isPackageUpdating()113 return mUpdatingPackages.contains(packageName); in isPackageUpdating()312 synchronized (mUpdatingPackages) { in onReceive()313 mUpdatingPackages.remove(pkg); in onReceive()325 synchronized (mUpdatingPackages) { in onReceive()