Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DIoOveruseAlertThreshold.java81 public IoOveruseAlertThreshold( in IoOveruseAlertThreshold()
143 long durationInSeconds = in.readLong(); in IoOveruseAlertThreshold() local
DIoOveruseStats.java93 long durationInSeconds, in IoOveruseStats()
224 long durationInSeconds = in.readLong(); in IoOveruseStats() local
285 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/
DIoOveruseMonitorTest.cpp63 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()
DOveruseConfigurationTestUtils.cpp149 IoOveruseAlertThreshold toIoOveruseAlertThreshold(const int64_t durationInSeconds, in toIoOveruseAlertThreshold()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListSwipeHelper.java432 final float durationInSeconds = Math.abs(deltaPosition / velocity); in calculateTranslationDuration() local