Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCacheUpdater.h51 class SystemCacheUpdater : public CacheUpdater {
54 explicit SystemCacheUpdater (Bundle* b) in SystemCacheUpdater() function
DResource.cpp1153 CacheUpdater* cu = new SystemCacheUpdater(bundle); in updatePreProcessedCache()
/frameworks/base/tools/aapt/tests/
DCrunchCache_test.cpp92 CacheUpdater* scu = new SystemCacheUpdater(); in main()