Home
last modified time | relevance | path

Searched defs:resetResourceOveruseStats (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/2/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl41 oneway void resetResourceOveruseStats(in @utf8InCpp List<String> packageNames); in resetResourceOveruseStats() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/1/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl41 oneway void resetResourceOveruseStats(in @utf8InCpp List<String> packageNames); in resetResourceOveruseStats() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl75 oneway void resetResourceOveruseStats(in @utf8InCpp List<String> packageNames); in resetResourceOveruseStats() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl41 oneway void resetResourceOveruseStats(in @utf8InCpp List<String> packageNames); in resetResourceOveruseStats() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl41 oneway void resetResourceOveruseStats(in @utf8InCpp List<String> packageNames); in resetResourceOveruseStats() method
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp248 ScopedAStatus WatchdogServiceHelper::resetResourceOveruseStats( in resetResourceOveruseStats() function in android::automotive::watchdog::WatchdogServiceHelper
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java426 public void resetResourceOveruseStats(List<String> packageNames) {} in resetResourceOveruseStats() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java962 public void resetResourceOveruseStats(List<String> packageNames) { in resetResourceOveruseStats() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl
DWatchdogPerfHandler.java996 public void resetResourceOveruseStats(Set<String> genericPackageNames) { in resetResourceOveruseStats() method in WatchdogPerfHandler