Searched refs:mUpdatingPackages (Results 1 – 1 of 1) sorted by relevance
58 final HashSet<String> mUpdatingPackages = new HashSet<String>(); field in PackageMonitor124 synchronized (mUpdatingPackages) { in isPackageUpdating()125 return mUpdatingPackages.contains(packageName); in isPackageUpdating()320 synchronized (mUpdatingPackages) { in onReceive()321 mUpdatingPackages.remove(pkg); in onReceive()333 synchronized (mUpdatingPackages) { in onReceive()