Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DResourceOveruseConfigurationSubject.java72 && ImmutableSet.copyOf(actual.getVendorPackagePrefixes()).equals( in isEquals()
73 ImmutableSet.copyOf(expected.getVendorPackagePrefixes())) in isEquals()
DCarWatchdogServiceUnitTest.java972 assertWithMessage("Vendor package prefixes").that(cache.getVendorPackagePrefixes()) in testOveruseConfigurationCacheGetVendorPackagePrefixes()
1061 assertWithMessage("Vendor package prefixes").that(cache.getVendorPackagePrefixes()) in testOverwriteOveruseConfigurationCache()
DWatchdogPerfHandlerUnitTest.java3981 expectThat(overuseConfigurationCacheDump.getVendorPackagePrefixes(0)) in testDumpProto()
3983 expectThat(overuseConfigurationCacheDump.getVendorPackagePrefixes(1)) in testDumpProto()
/packages/services/Car/car-lib/src/android/car/watchdog/
DResourceOveruseConfiguration.java238 public @NonNull List<String> getVendorPackagePrefixes() { in getVendorPackagePrefixes() method in ResourceOveruseConfiguration
/packages/services/Car/service/src/com/android/car/watchdog/
DOveruseConfigurationCache.java353 public List<String> getVendorPackagePrefixes() { in getVendorPackagePrefixes() method in OveruseConfigurationCache
DWatchdogPerfHandler.java1299 mOveruseConfigurationCache.getVendorPackagePrefixes()); in fetchAndSyncResourceOveruseConfigurations()
2590 internalConfig.vendorPackagePrefixes = config.getVendorPackagePrefixes(); in toInternalResourceOveruseConfiguration()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java3621 configuration.getVendorPackagePrefixes(),
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2867 method TIRAMISU_0 List<String> getVendorPackagePrefixes();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2914 method @NonNull public java.util.List<java.lang.String> getVendorPackagePrefixes();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2914 method @NonNull public java.util.List<java.lang.String> getVendorPackagePrefixes();
Dtest-current.txt3021 method @NonNull public java.util.List<java.lang.String> getVendorPackagePrefixes();
Dsystem-lint-baseline.txt5010 UnflaggedApi: android.car.watchdog.ResourceOveruseConfiguration#getVendorPackagePrefixes():
5011 …th @FlaggedApi: method android.car.watchdog.ResourceOveruseConfiguration.getVendorPackagePrefixes()