Home
last modified time | relevance | path

Searched defs:constructPackageInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DPackageInfoTestUtils.cpp28 PackageInfo constructPackageInfo(const char* packageName, int32_t uid, UidType uidType, in constructPackageInfo() function
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java4562 private static PackageInfo constructPackageInfo(String packageName, int uid, in constructPackageInfo() method in CarWatchdogServiceUnitTest