Searched refs:isUpToDate (Results 1 – 8 of 8) sorted by relevance
201 bool isUpToDate();274 bool isUpToDate();329 bool isUpToDate();
172 public boolean isUpToDate() { in isUpToDate() method in ApkAssets
1285 public boolean isUpToDate() { in isUpToDate() method in AssetManager1292 if (!apkAssets.isUpToDate()) { in isUpToDate()
761 bool AssetManager::isUpToDate() in isUpToDate() function in AssetManager764 return mZipSet.isUpToDate(); in isUpToDate()1521 bool AssetManager::SharedZip::isUpToDate() in isUpToDate() function in AssetManager::SharedZip1652 bool AssetManager::ZipSet::isUpToDate() in isUpToDate() function in AssetManager::ZipSet1656 if (mZipFile[i] != NULL && !mZipFile[i]->isUpToDate()) { in isUpToDate()
540 if (impl != null && impl.getAssets().isUpToDate()) { in findResourcesImplForKeyLocked()
2339 return (packageResources == null || packageResources.getAssets().isUpToDate()) in isLoadedApkResourceDirsUpToDate()
4662 HSPLandroid/content/res/ApkAssets;->isUpToDate()Z41443 HSPLandroid/content/res/AssetManager;->isUpToDate()Z
17483 Landroid/content/res/ApkAssets;->isUpToDate()Z