Searched refs:current_info (Results 1 – 1 of 1) sorted by relevance
1207 const apex::ApexInfo& current_info) { in CheckModuleInfo() argument1208 if (cached_info.getVersionCode() != current_info.getVersionCode()) { in CheckModuleInfo()1210 current_info.getModuleName(), in CheckModuleInfo()1212 current_info.getVersionCode()); in CheckModuleInfo()1216 if (cached_info.getVersionName() != current_info.getVersionName()) { in CheckModuleInfo()1218 current_info.getModuleName(), in CheckModuleInfo()1220 current_info.getVersionName()); in CheckModuleInfo()1229 if (cached_last_update_millis != current_info.getLastUpdateMillis()) { in CheckModuleInfo()1231 current_info.getModuleName(), in CheckModuleInfo()1233 current_info.getLastUpdateMillis()); in CheckModuleInfo()