Searched defs:durationInSeconds (Results 1 – 6 of 6) sorted by relevance
81 public IoOveruseAlertThreshold( in IoOveruseAlertThreshold()143 long durationInSeconds = in.readLong(); in IoOveruseAlertThreshold() local
93 long durationInSeconds, in IoOveruseStats()224 long durationInSeconds = in.readLong(); in IoOveruseStats() local285 long durationInSeconds) { in Builder()
95 int durationInSeconds = (int) (durationInMilliSeconds / 1000); in getDownloadRate() local
63 IoOveruseAlertThreshold toIoOveruseAlertThreshold(const int64_t durationInSeconds, in toIoOveruseAlertThreshold()97 const int64_t startTime, const int64_t durationInSeconds) { in constructIoOveruseStats()118 const int64_t startTime, const int64_t durationInSeconds) { in constructPackageIoOveruseStats()
149 IoOveruseAlertThreshold toIoOveruseAlertThreshold(const int64_t durationInSeconds, in toIoOveruseAlertThreshold()
432 final float durationInSeconds = Math.abs(deltaPosition / velocity); in calculateTranslationDuration() local