Home
last modified time | relevance | path

Searched defs:durationInSeconds (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseAlertThreshold.java65 public IoOveruseAlertThreshold( in IoOveruseAlertThreshold()
111 long durationInSeconds = in.readLong(); in IoOveruseAlertThreshold() local
DIoOveruseStats.java95 long durationInSeconds, in IoOveruseStats()
227 long durationInSeconds = in.readLong(); in IoOveruseStats() local
288 long durationInSeconds) { in Builder()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DWifiDownloadReceiver.java95 int durationInSeconds = (int) (durationInMilliSeconds / 1000); in getDownloadRate() local
/packages/services/Car/cpp/watchdog/server/tests/
DOveruseConfigurationTestUtils.cpp150 IoOveruseAlertThreshold toIoOveruseAlertThreshold(const int64_t durationInSeconds, in toIoOveruseAlertThreshold()
DIoOveruseMonitorTest.cpp75 IoOveruseAlertThreshold toIoOveruseAlertThreshold(const int64_t durationInSeconds, in toIoOveruseAlertThreshold()
100 const int64_t startTime, const int64_t durationInSeconds) { in constructIoOveruseStats()
121 const int totalOveruses, const int64_t startTime, const int64_t durationInSeconds) { in constructPackageIoOveruseStats()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java432 final float durationInSeconds = Math.abs(deltaPosition / velocity); in calculateTranslationDuration() local
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java1055 long durationInSeconds = excludingEndEpochSeconds - earliestEpochSecond; in queryIoOveruseStatsForUserPackageId() local