Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceUnitTest.java4200 constructPackageMetadata("system_package.MEDIA", ApplicationCategoryType.MEDIA), in sampleInternalResourceOveruseConfiguration()
4201 constructPackageMetadata("system_package.A", ApplicationCategoryType.MAPS), in sampleInternalResourceOveruseConfiguration()
4202 constructPackageMetadata("vendor_package.MEDIA", ApplicationCategoryType.MEDIA), in sampleInternalResourceOveruseConfiguration()
4203 constructPackageMetadata("vendor_package.A", ApplicationCategoryType.MAPS), in sampleInternalResourceOveruseConfiguration()
4204 constructPackageMetadata("third_party_package.MAPS", ApplicationCategoryType.MAPS)); in sampleInternalResourceOveruseConfiguration()
4241 private static PackageMetadata constructPackageMetadata( in constructPackageMetadata() method in CarWatchdogServiceUnitTest