Home
last modified time | relevance | path

Searched defs:ioOveruseStats (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DResourceOveruseStats.java73 @Nullable IoOveruseStats ioOveruseStats) { in ResourceOveruseStats()
156 …IoOveruseStats ioOveruseStats = (flg & 0x4) == 0 ? null : (IoOveruseStats) in.readTypedObject(IoOv… in ResourceOveruseStats() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DIoOveruseStatsSubject.java48 public static Subject.Factory<IoOveruseStatsSubject, IoOveruseStats> ioOveruseStats() { in ioOveruseStats() method in IoOveruseStatsSubject
DWatchdogPerfHandlerUnitTest.java2409 IoOveruseStats ioOveruseStats = in testGetResourceOveruseStatsForPast7days() local
2950 List<PackageIoOveruseStats> ioOveruseStats = in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange() local
3388 List<PackageIoOveruseStats> ioOveruseStats = in testNoDuplicateUserNotificationOnRepeatedRecurrentOveruse() local
4729 IoOveruseStats ioOveruseStats = WatchdogPerfHandler.toIoOveruseStatsBuilder( in constructResourceOveruseStats() local
4994 android.automotive.watchdog.IoOveruseStats ioOveruseStats) { in constructPackageIoOveruseStats()
DCarWatchdogManagerUnitTest.java681 IoOveruseStats ioOveruseStats = in testIoOveruseStatsDescribeContent() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java308 IoOveruseStats ioOveruseStats = resourceOveruseStats.getIoOveruseStats(); in fetchInitialDiskIoStats() local
488 IoOveruseStats ioOveruseStats = resourceOveruseStats.getIoOveruseStats(); in onOveruse() local
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp224 IoOveruseStats ioOveruseStats; in getResourceOveruseStats() local
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java423 public void latestIoOveruseStats(List<PackageIoOveruseStats> ioOveruseStats) {} in latestIoOveruseStats()
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp112 ResourceOveruseStats constructResourceOveruseStats(IoOveruseStats ioOveruseStats) { in constructResourceOveruseStats()
172 std::string toString(const std::vector<PackageIoOveruseStats>& ioOveruseStats) { in toString()
DWatchdogBinderMediatorTest.cpp263 IoOveruseStats ioOveruseStats; in TEST_F() local
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java480 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in saveIoUsageStats() local
936 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in getContentValues() local
992 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in queryStats() local
DWatchdogPerfHandler.java595 IoOveruseStats ioOveruseStats = in getAllResourceOveruseStats() local
3096 public PackageIoUsage(android.automotive.watchdog.IoOveruseStats ioOveruseStats, in PackageIoUsage()