Searched refs:CacheUpdater (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DMockCacheUpdater.h8 #include "CacheUpdater.h"
12 class MockCacheUpdater : public CacheUpdater {
H A DCrunchCache_test.cpp11 #include "CacheUpdater.h"
55 CacheUpdater* cu(mcu);
92 CacheUpdater* scu = new SystemCacheUpdater();
/frameworks/base/tools/aapt/
H A DCacheUpdater.h21 /** CacheUpdater
31 class CacheUpdater { class
33 virtual ~CacheUpdater() {}
51 class SystemCacheUpdater : public CacheUpdater {
H A DCrunchCache.h15 #include "CacheUpdater.h"
55 size_t crunch(CacheUpdater* cu, bool forceOverwrite=false);
H A DCrunchCache.cpp13 #include "CacheUpdater.h"
31 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite)
H A DResource.cpp9 #include "CacheUpdater.h"
1043 CacheUpdater* cu = new SystemCacheUpdater(bundle);

Completed in 49 milliseconds