Searched refs:stopTimeMs (Results 1 – 2 of 2) sorted by relevance
160 long stopTimeMs = System.currentTimeMillis(); in evaluate() local162 timeStats.accept(stopTimeMs - startTimeMs); in evaluate()
323 void noteUsageStop(long stopTimeMs) { in noteUsageStop() argument326 mUsageTimeMs += stopTimeMs - mLastKnownUsageTimeMs; in noteUsageStop()328 mLastUsageEndTimeMs = stopTimeMs; in noteUsageStop()476 public void noteUsageStop(long stopTimeMs) { in noteUsageStop() argument477 super.noteUsageStop(stopTimeMs); in noteUsageStop()