Home
last modified time | relevance | path

Searched refs:needsUpdating (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DCrunchCache.cpp54 if (forceOverwrite || needsUpdating(relativePath)) { in crunch()
97 bool CrunchCache::needsUpdating(const String8& relativePath) const in needsUpdating() function in CrunchCache
DCrunchCache.h84 bool needsUpdating(const String8& relativePath) const;
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java10647 ArrayList<PackageParser.Package> needsUpdating = null;
10649 needsUpdating = new ArrayList<>(1);
10650 needsUpdating.add(updatedPkg);
10654 (needsUpdating == null) ? null : needsUpdating.remove(0);
10675 needsUpdating.add(pkg);
10695 } while (needsUpdating != null && needsUpdating.size() > 0);