Searched refs:mSourceFiles (Results 1 – 1 of 1) sorted by relevance
52 private final Map<File, Long> mSourceFiles = new HashMap<>(); field in ConfigurationDef146 mSourceFiles.put(source, source.lastModified()); in registerSource()154 for (Map.Entry<File, Long> entry : mSourceFiles.entrySet()) { in isStale()