Home
last modified time | relevance | path

Searched refs:constructPackageIoOveruseStats (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp118 PackageIoOveruseStats constructPackageIoOveruseStats( in constructPackageIoOveruseStats() function
376 {constructPackageIoOveruseStats(/*uid=*/1001000, /*shouldNotify=*/false, in TEST_F()
382 constructPackageIoOveruseStats(/*uid=*/1112345, /*shouldNotify=*/false, in TEST_F()
389 constructPackageIoOveruseStats(/*uid=*/1212345, /*shouldNotify=*/true, in TEST_F()
432 {constructPackageIoOveruseStats(/*uid=*/1001000, /*shouldNotify=*/true, in TEST_F()
439 constructPackageIoOveruseStats(/*uid=*/1113999, /*shouldNotify=*/true, in TEST_F()
450 constructPackageIoOveruseStats(/*uid=*/1212345, /*shouldNotify=*/true, in TEST_F()
479 {constructPackageIoOveruseStats(/*uid=*/1001000, /*shouldNotify=*/false, in TEST_F()
485 constructPackageIoOveruseStats(/*uid=*/1113999, /*shouldNotify=*/false, in TEST_F()
491 constructPackageIoOveruseStats(/*uid=*/1212345, /*shouldNotify=*/false, in TEST_F()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java522 constructPackageIoOveruseStats(10011200, /* shouldNotify= */ false, in testWriteToDatabaseForSaveIoUsageStatsWithForgive()
528 constructPackageIoOveruseStats(10001100, /* shouldNotify= */ false, in testWriteToDatabaseForSaveIoUsageStatsWithForgive()
575 constructPackageIoOveruseStats(10011200, /* shouldNotify= */ false, in testWriteToDatabaseForSaveIoUsageStatsWithoutForgive()
581 constructPackageIoOveruseStats(10001100, /* shouldNotify= */ false, in testWriteToDatabaseForSaveIoUsageStatsWithoutForgive()
837 constructPackageIoOveruseStats(callingUid, /* shouldNotify= */ true, in testResourceOveruseListenerForSystem()
1670 constructPackageIoOveruseStats(10103456, /* shouldNotify= */ false, in testSetKillablePackageAsUserForAllUsersReenablesPackages()
1676 constructPackageIoOveruseStats(10203456, /* shouldNotify= */ false, in testSetKillablePackageAsUserForAllUsersReenablesPackages()
1726 constructPackageIoOveruseStats(10103456, /* shouldNotify= */ false, in testSetKillablePackageAsUsersForAllUsersReenablesPackagesWithSharedUids()
1732 constructPackageIoOveruseStats(10203456, /* shouldNotify= */ false, in testSetKillablePackageAsUsersForAllUsersReenablesPackagesWithSharedUids()
1836 constructPackageIoOveruseStats(123456, /* shouldNotify= */ true, in testResetPackageKillableStateDuringDateChange()
[all …]
DCarWatchdogServiceUnitTest.java49 import static com.android.car.watchdog.WatchdogPerfHandlerUnitTest.constructPackageIoOveruseStats;
670 constructPackageIoOveruseStats(123456, /* shouldNotify= */ true, in testOnLatestResourceOveruseStats()