Searched refs:statsFile (Results 1 – 1 of 1) sorted by relevance
111 File statsFile; in run() local113 statsFile = mBuildInfo.getFile(mStatsFileName); in run()115 statsFile = new File(mStatsFileName); in run()121 if (statsFile == null || !statsFile.exists()) { in run()127 try (InputStream in = new FileInputStream(statsFile)) { in run()136 statsFile.getAbsolutePath()); in run()