Home
last modified time | relevance | path

Searched refs:mUserJarTimeStamps (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRuleLoader.java53 private List<Pair<File, Long>> mUserJarTimeStamps; field in RuleLoader
115 mUserJarTimeStamps = new ArrayList<Pair<File, Long>>(); in computeUserClassLoader()
134 mUserJarTimeStamps.add(Pair.of(pathFile, pathFile.lastModified())); in computeUserClassLoader()
172 if (mUserJarTimeStamps != null) { in getClassLoader()
176 for (Pair<File, Long> pair : mUserJarTimeStamps) { in getClassLoader()
182 mUserJarTimeStamps = null; in getClassLoader()