Searched refs:mUpdatingPackages (Results 1 – 1 of 1) sorted by relevance
58 final HashSet<String> mUpdatingPackages = new HashSet<String>(); field in PackageMonitor119 synchronized (mUpdatingPackages) { in isPackageUpdating()120 return mUpdatingPackages.contains(packageName); in isPackageUpdating()341 synchronized (mUpdatingPackages) { in onReceive()342 mUpdatingPackages.remove(pkg); in onReceive()354 synchronized (mUpdatingPackages) { in onReceive()