Searched refs:stream (Results 1 – 2 of 2) sorted by relevance
202 BufferedReader stream = executeShellCommand("dumpsys graphicsstats"); in gatherGraphicsStats() local207 while ((line = stream.readLine()) != null) { in gatherGraphicsStats()213 line = stream.readLine(); in gatherGraphicsStats()216 line = stream.readLine(); in gatherGraphicsStats()220 line = stream.readLine(); in gatherGraphicsStats()223 line = stream.readLine(); in gatherGraphicsStats()228 line = stream.readLine(); in gatherGraphicsStats()235 line = stream.readLine(); in gatherGraphicsStats()238 line = stream.readLine(); in gatherGraphicsStats()241 line = stream.readLine(); in gatherGraphicsStats()[all …]
190 BufferedReader stream = executeShellCommand("ps"); in getRunningAppProcesses() local193 while ((line = stream.readLine()) != null) { in getRunningAppProcesses()206 if (stream != null) { in getRunningAppProcesses()207 stream.close(); in getRunningAppProcesses()234 BufferedReader stream = new BufferedReader(new InputStreamReader( in executeShellCommand() local236 return stream; in executeShellCommand()