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.java75 @Nullable IoOveruseStats ioOveruseStats) { in ResourceOveruseStats()
158 …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
DCarWatchdogServiceUnitTest.java872 IoOveruseStats ioOveruseStats = in testGetResourceOveruseStatsForPast7days() local
3040 List<PackageIoOveruseStats> ioOveruseStats = in testNoDuplicateUserNotificationOnRepeatedRecurrentOveruse() local
3564 List<PackageIoOveruseStats> ioOveruseStats = in testDisableHistoricalRecurrentlyOverusingAppAfterDateChange() local
5168 android.automotive.watchdog.IoOveruseStats ioOveruseStats) { in constructPackageIoOveruseStats()
5179 IoOveruseStats ioOveruseStats = WatchdogPerfHandler.toIoOveruseStatsBuilder( in constructResourceOveruseStats() local
5252 int uid, AtomsProto.CarWatchdogIoOveruseStats ioOveruseStats) { in constructCarWatchdogIoOveruseStatsReported()
5272 AtomsProto.CarWatchdogIoOveruseStats ioOveruseStats) { in constructCarWatchdogKillStatsReported()
DCarWatchdogManagerUnitTest.java565 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
484 IoOveruseStats ioOveruseStats = resourceOveruseStats.getIoOveruseStats(); in onOveruse() local
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp212 IoOveruseStats ioOveruseStats; in getResourceOveruseStats() local
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java379 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.java499 IoOveruseStats ioOveruseStats = in getAllResourceOveruseStats() local
2860 public PackageIoUsage(android.automotive.watchdog.IoOveruseStats ioOveruseStats, in PackageIoUsage()