Searched refs:mUserJarTimeStamps (Results 1 – 1 of 1) sorted by relevance
53 private List<Pair<File, Long>> mUserJarTimeStamps; field in RuleLoader115 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()