Searched refs:updateCrunchCache (Results 1 – 3 of 3) sorted by relevance
383 updateCrunchCache(project, helper); in build()539 if (updateCrunchCache(project, helper) == false) { in build()836 private boolean updateCrunchCache(IProject project, BuildHelper helper) { in updateCrunchCache() method in PostCompilerBuilder838 helper.updateCrunchCache(); in updateCrunchCache()
158 helper.updateCrunchCache(); in exportReleaseApk()
171 public void updateCrunchCache() throws AaptExecException, AaptResultException { in updateCrunchCache() method in BuildHelper