Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DIoOveruseAlertThreshold.java81 public IoOveruseAlertThreshold( in IoOveruseAlertThreshold()
143 long durationInSeconds = in.readLong(); in IoOveruseAlertThreshold() local
H A DIoOveruseStats.java93 long durationInSeconds, in IoOveruseStats()
224 long durationInSeconds = in.readLong(); in IoOveruseStats() local
285 long durationInSeconds) { in Builder()
/aosp12/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp165 void TestRecToBuffQueue( SLObjectItf sl, const char* path, SLAint64 durationInSeconds) in TestRecToBuffQueue()
488 int durationInSeconds = 10; in main() local
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DWifiDownloadReceiver.java95 int durationInSeconds = (int) (durationInMilliSeconds / 1000); in getDownloadRate() local
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DOveruseConfigurationTestUtils.cpp149 IoOveruseAlertThreshold toIoOveruseAlertThreshold(const int64_t durationInSeconds, in toIoOveruseAlertThreshold()
H A DIoOveruseMonitorTest.cpp69 IoOveruseAlertThreshold toIoOveruseAlertThreshold(const int64_t durationInSeconds, in toIoOveruseAlertThreshold()
94 const int64_t startTime, const int64_t durationInSeconds) { in constructIoOveruseStats()
115 const int totalOveruses, const int64_t startTime, const int64_t durationInSeconds) { in constructPackageIoOveruseStats()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListSwipeHelper.java432 final float durationInSeconds = Math.abs(deltaPosition / velocity); in calculateTranslationDuration() local
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java908 long durationInSeconds = excludingEndEpochSeconds - earliestEpochSecond; in queryIoOveruseStatsForUserPackageId() local
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2223 final long durationInSeconds = (now - activeSyncContext.mStartTime); in dumpSyncState() local