Home | History | Annotate | Download | only in am

Lines Matching refs:fileList

337         ArrayList<String> fileList = new ArrayList<String>();
346 fileList.add(file);
348 return fileList;
353 ArrayList<String> fileList = getUsageStatsFileListFLOCK();
354 if (fileList == null) {
358 int count = fileList.size();
363 Collections.sort(fileList);
367 String fileName = fileList.get(i);
672 List<String> fileList = getUsageStatsFileListFLOCK();
673 if (fileList == null) {
676 Collections.sort(fileList);
677 for (String file : fileList) {