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.java10594 ArrayList<PackageParser.Package> needsUpdating = null;
10596 needsUpdating = new ArrayList<>(1);
10597 needsUpdating.add(updatedPkg);
10601 (needsUpdating == null) ? null : needsUpdating.remove(0);
10622 needsUpdating.add(pkg);
10642 } while (needsUpdating != null && needsUpdating.size() > 0);