Home
last modified time | relevance | path

Searched defs:getPackageInfosForUids (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl55 List<PackageInfo> getPackageInfosForUids( in getPackageInfosForUids() method
/packages/services/Car/service/src/com/android/car/watchdog/
DPackageInfoHandler.java96 public List<PackageInfo> getPackageInfosForUids(int[] uids, in getPackageInfosForUids() method in PackageInfoHandler
DCarWatchdogService.java494 public List<PackageInfo> getPackageInfosForUids( in getPackageInfosForUids() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl
/packages/services/Car/cpp/watchdog/server/src/
DPackageInfoResolver.cpp209 std::unordered_map<uid_t, PackageInfo> PackageInfoResolver::getPackageInfosForUids( in getPackageInfosForUids() function in android::automotive::watchdog::PackageInfoResolver
DWatchdogServiceHelper.cpp179 Status WatchdogServiceHelper::getPackageInfosForUids( in getPackageInfosForUids() function in android::automotive::watchdog::WatchdogServiceHelper
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java259 public List<PackageInfo> getPackageInfosForUids( in getPackageInfosForUids() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl