Searched refs:mUpdatingPackages (Results 1 – 1 of 1) sorted by relevance
55 final HashSet<String> mUpdatingPackages = new HashSet<String>(); field in PackageMonitor113 synchronized (mUpdatingPackages) { in isPackageUpdating()114 return mUpdatingPackages.contains(packageName); in isPackageUpdating()313 synchronized (mUpdatingPackages) { in onReceive()314 mUpdatingPackages.remove(pkg); in onReceive()326 synchronized (mUpdatingPackages) { in onReceive()