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()
329 void noteUsageStop(long stopTimeMs) { in noteUsageStop() argument332 mUsageTimeMs += stopTimeMs - mLastKnownUsageTimeMs; in noteUsageStop()334 mLastUsageEndTimeMs = stopTimeMs; in noteUsageStop()482 public void noteUsageStop(long stopTimeMs) { in noteUsageStop() argument483 super.noteUsageStop(stopTimeMs); in noteUsageStop()