Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/watchdog/
DResourceOveruseStats.java76 @Nullable IoOveruseStats ioOveruseStats) { in ResourceOveruseStats()
160 …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
4731 IoOveruseStats ioOveruseStats = WatchdogPerfHandler.toIoOveruseStatsBuilder( in constructResourceOveruseStats() local
4996 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/stable_server/src/
DWatchdogBinderMediator.cpp221 IoOveruseStats ioOveruseStats; in getResourceOveruseStats() local
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp221 IoOveruseStats ioOveruseStats; in getResourceOveruseStats() local
/packages/services/Car/tests/CarWatchdogLibUnitTest/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java378 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.cpp256 IoOveruseStats ioOveruseStats; in TEST_F() local
/packages/services/Car/cpp/watchdog/stable_server/tests/
DIoOveruseMonitorTest.cpp112 ResourceOveruseStats constructResourceOveruseStats(IoOveruseStats ioOveruseStats) { in constructResourceOveruseStats()
172 std::string toString(const std::vector<PackageIoOveruseStats>& ioOveruseStats) { in toString()
DWatchdogBinderMediatorTest.cpp256 IoOveruseStats ioOveruseStats; in TEST_F() local
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java490 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in saveIoUsageStats() local
953 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in getContentValues() local
1009 android.automotive.watchdog.IoOveruseStats ioOveruseStats = in queryStats() local
DWatchdogPerfHandler.java609 IoOveruseStats ioOveruseStats = in getAllResourceOveruseStats() local
3184 public PackageIoUsage(android.automotive.watchdog.IoOveruseStats ioOveruseStats, in PackageIoUsage()