Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCollectorTest.kt56 val pkg = mockPkg(useV2 = false, autoVerify = true)
68 val pkg = mockPkg(useV2 = false, autoVerify = false)
78 val pkg = mockPkg(useV2 = false, autoVerify = false)
143 val pkg = mockPkg(useV2 = true, autoVerify = true)
156 val pkg = mockPkg(useV2 = true, autoVerify = false)
167 val pkg = mockPkg(useV2 = true, autoVerify = false)
270 setAutoVerify(autoVerify)
296 setAutoVerify(autoVerify)
310 setAutoVerify(autoVerify)
321 setAutoVerify(autoVerify)
[all …]
H A DDomainVerificationUserSelectionOverrideTest.kt114 autoVerify = true
126 autoVerify = true
H A DDomainVerificationSettingsMutationTest.kt202 autoVerify = true
H A DDomainVerificationPackageTest.kt877 addIntent(baseIntent(it).apply { autoVerify = true })
880 addIntent(baseIntent(it).apply { autoVerify = false })
H A DDomainVerificationManagerApiTest.kt506 autoVerify = true
H A DDomainVerificationEnforcerTest.kt314 autoVerify = true
/aosp12/frameworks/base/core/java/android/content/
H A DIntentFilter.java575 public final void setAutoVerify(boolean autoVerify) { in setAutoVerify() argument
577 if (autoVerify) mVerifyState |= STATE_VERIFY_AUTO; in setAutoVerify()
2009 String autoVerify = parser.getAttributeValue(null, AUTO_VERIFY_STR); in readFromXml() local
2010 setAutoVerify(TextUtils.isEmpty(autoVerify) ? false : Boolean.getBoolean(autoVerify)); in readFromXml()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt360 field public static final int autoVerify = 16844014; // 0x10104ee
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt78841 Lcom/android/internal/R$attr;->autoVerify:I