Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCollectorTest.kt57 val pkg = mockPkg(useV2 = false, autoVerify = true)
69 val pkg = mockPkg(useV2 = false, autoVerify = false)
79 val pkg = mockPkg(useV2 = false, autoVerify = false)
150 val pkg = mockPkg(useV2 = true, autoVerify = true)
163 val pkg = mockPkg(useV2 = true, autoVerify = false)
174 val pkg = mockPkg(useV2 = true, autoVerify = false)
279 setAutoVerify(autoVerify)
311 setAutoVerify(autoVerify)
328 setAutoVerify(autoVerify)
342 setAutoVerify(autoVerify)
[all …]
H A DDomainVerificationUserSelectionOverrideTest.kt122 autoVerify = true
137 autoVerify = true
H A DDomainVerificationSettingsMutationTest.kt201 autoVerify = true
H A DDomainVerificationPackageTest.kt1071 addIntent(baseIntent(it).apply { intentFilter.autoVerify = true })
1074 addIntent(baseIntent(it).apply { intentFilter.autoVerify = false })
H A DDomainVerificationManagerApiTest.kt535 autoVerify = true
H A DDomainVerificationEnforcerTest.kt332 autoVerify = true
/aosp14/frameworks/base/core/java/android/content/
H A DIntentFilter.java622 public final void setAutoVerify(boolean autoVerify) { in setAutoVerify() argument
624 if (autoVerify) mVerifyState |= STATE_VERIFY_AUTO; in setAutoVerify()
2532 String autoVerify = parser.getAttributeValue(null, AUTO_VERIFY_STR); in readFromXml() local
2533 setAutoVerify(TextUtils.isEmpty(autoVerify) ? false : Boolean.getBoolean(autoVerify)); in readFromXml()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt497 field public static final int autoVerify = 16844014; // 0x10104ee
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75518 Lcom/android/internal/R$attr;->autoVerify:I