Searched refs:LAST_CURRENT_BUILD (Results 1 – 1 of 1) sorted by relevance
334 static String LAST_CURRENT_BUILD, LAST_BASELINE_BUILD; field in DB_Results374 LAST_CURRENT_BUILD = null; in shutdown()684 return LAST_CURRENT_BUILD;1184 LAST_CURRENT_BUILD = build;1203 if (LAST_BASELINE_BUILD == null || LAST_CURRENT_BUILD == null) {1206 …String buildDate = LAST_CURRENT_BUILD.substring(1, 9)+LAST_CURRENT_BUILD.substring(10, LAST_CURREN…1213 …if (LAST_CURRENT_BUILD == null || build.substring(1).compareTo(LAST_CURRENT_BUILD.substring(1)) >=…1214 LAST_CURRENT_BUILD = build;