Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/watchdog/
H A DExplicitHealthCheckServiceImplUnitTest.java162 final List<PackageConfig> packageConfigs = service.onGetSupportedPackages(); in testOnGetSupportedPackages() local
164 assertThat(packageConfigs).hasSize(1); in testOnGetSupportedPackages()
165 assertThat(packageConfigs.get(0).getPackageName()).isEqualTo("pkg"); in testOnGetSupportedPackages()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DTestSystemImpl.java44 public TestSystemImpl(WebViewProviderInfo[] packageConfigs, int numRelros, boolean isDebuggable, in TestSystemImpl() argument
46 mPackageConfigs = packageConfigs; in TestSystemImpl()
/aosp12/frameworks/base/tests/PackageWatchdog/src/com/android/server/
H A DPackageWatchdogTest.java1550 List<PackageConfig> packageConfigs = new ArrayList<>(); in syncRequests() local
1552 packageConfigs.add(new PackageConfig(packageName, SHORT_DURATION)); in syncRequests()
1554 mSupportedConsumer.accept(packageConfigs); in syncRequests()