Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationManagerApiTest.kt75 val service = makeService(pkgWithDomains, pkgWithoutDomains).apply {
76 addPackages(pkgWithDomains, pkgWithoutDomains)
80 .containsExactly(pkgWithDomains.getName())
88 val service = makeService(pkgWithDomains, pkgWithoutDomains).apply {
89 addPackages(pkgWithDomains, pkgWithoutDomains)
103 val service = makeService(pkgWithDomains, pkgWithoutDomains).apply {
104 addPackages(pkgWithDomains, pkgWithoutDomains)
110 assertThat(infoOne.packageName).isEqualTo(pkgWithDomains.getName())
247 val service = makeService(pkgWithDomains, pkgWithoutDomains).apply {
248 addPackages(pkgWithDomains, pkgWithoutDomains)
[all …]