Searched refs:isUpToDate (Results 1 – 6 of 6) sorted by relevance
224 bool isUpToDate();306 bool isUpToDate();358 bool isUpToDate();
809 bool AssetManager::isUpToDate() in isUpToDate() function in AssetManager812 return mZipSet.isUpToDate(); in isUpToDate()1934 bool AssetManager::SharedZip::isUpToDate() in isUpToDate() function in AssetManager::SharedZip2068 bool AssetManager::ZipSet::isUpToDate() in isUpToDate() function in AssetManager::ZipSet2072 if (mZipFile[i] != NULL && !mZipFile[i]->isUpToDate()) { in isUpToDate()
720 public native final boolean isUpToDate(); in isUpToDate() method in AssetManager
329 if (impl != null && impl.getAssets().isUpToDate()) { in findResourcesImplForKeyLocked()
1878 || packageInfo.mResources.getAssets().isUpToDate())) { in getPackageInfo()1968 && !packageInfo.mResources.getAssets().isUpToDate())) { in getPackageInfo()
578 return am->isUpToDate() ? JNI_TRUE : JNI_FALSE; in android_content_AssetManager_isUpToDate()