Searched refs:totalTime (Results 1 – 4 of 4) sorted by relevance
32 AddCommandOp(long totalTime, String... commandArgs) { in AddCommandOp() argument33 mTotalTime = totalTime; in AddCommandOp()45 long totalTime = jsonData.getLong(TIME); in createFromJson() local51 return new AddCommandOp(totalTime, commandArgs); in createFromJson()
156 public void sendAddCommand(long totalTime, String... commandArgs) throws RemoteException { in sendAddCommand() argument157 sendOperation(new AddCommandOp(totalTime, commandArgs)); in sendAddCommand()
294 long totalTime = 0l; in printModuleCheckersMetric() local300 totalTime += t.getElapsedTime(); in printModuleCheckersMetric()304 "Total module checkers time: %s\n", TimeUtil.formatElapsedTime(totalTime))); in printModuleCheckersMetric()
326 Double totalTime = 0d; in analyzeLogCatData() local328 totalTime += launchTime; in analyzeLogCatData()330 Double averageTime = Double.valueOf(totalTime / amLaunchTimes.get(activityName).size()); in analyzeLogCatData()