Home
last modified time | relevance | path

Searched defs:systemState (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.cpp122 constexpr const char* toString(SystemState systemState) { in toString()
267 void WatchdogPerfService::setSystemState(SystemState systemState) { in setSystemState()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DIoStatsTrackerTest.java272 UidIoRecord updateSystemState(MockSystemStateInterface systemState) { in updateSystemState()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DIconProvider.java114 public String getSystemStateForPackage(String systemState, String packageName) { in getSystemStateForPackage()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java4078 int systemState, int[] killedUids) { in sampleReportedKillStats()
4381 int uid, int systemState, AtomsProto.CarWatchdogPerStateBytes threshold, in constructIoOveruseKillStatsReported()
4392 int uid, int uidState, int systemState, int killReason, in constructCarWatchdogKillStatsReported()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java1671 int systemState; in pushIoOveruseKillMetrics() local