Searched refs:isUpToDate (Results 1 – 5 of 5) sorted by relevance
213 bool isUpToDate();288 bool isUpToDate();335 bool isUpToDate();
742 bool AssetManager::isUpToDate() in isUpToDate() function in AssetManager745 return mZipSet.isUpToDate(); in isUpToDate()1853 bool AssetManager::SharedZip::isUpToDate() in isUpToDate() function in AssetManager::SharedZip1971 bool AssetManager::ZipSet::isUpToDate() in isUpToDate() function in AssetManager::ZipSet1975 if (mZipFile[i] != NULL && !mZipFile[i]->isUpToDate()) { in isUpToDate()
633 public native final boolean isUpToDate(); in isUpToDate() method in AssetManager
1467 if (r != null && r.getAssets().isUpToDate()) { in getTopLevelResources()1498 if (existing != null && existing.getAssets().isUpToDate()) { in getTopLevelResources()1536 || packageInfo.mResources.getAssets().isUpToDate())) { in getPackageInfo()1615 && !packageInfo.mResources.getAssets().isUpToDate())) { in getPackageInfo()
457 return am->isUpToDate() ? JNI_TRUE : JNI_FALSE; in android_content_AssetManager_isUpToDate()