Searched refs:autoVerify (Results 1 – 10 of 10) sorted by relevance
57 val pkg = mockPkg(useV2 = false, autoVerify = true) in verifyV1()69 val pkg = mockPkg(useV2 = false, autoVerify = false) in verifyV1NoAutoVerify()79 val pkg = mockPkg(useV2 = false, autoVerify = false) in verifyV1ForceAutoVerify()150 val pkg = mockPkg(useV2 = true, autoVerify = true) in verifyV2()163 val pkg = mockPkg(useV2 = true, autoVerify = false) in verifyV2NoAutoVerify()174 val pkg = mockPkg(useV2 = true, autoVerify = false) in verifyV2ForceAutoVerifyIgnored()191 private fun mockPkg(useV2: Boolean, autoVerify: Boolean): AndroidPackage { in mockPkg()197 <intent-filter android:autoVerify="$autoVerify"> in mockPkg()216 <intent-filter android:autoVerify="$autoVerify"> in mockPkg()225 <intent-filter android:autoVerify="$autoVerify"> in mockPkg()[all …]
122 autoVerify = true in mockPkgState()137 autoVerify = true in mockPkgState()
202 autoVerify = true in <lambda>()
1139 addIntent(baseIntent(it).apply { intentFilter.autoVerify = true }) in <lambda>()1142 addIntent(baseIntent(it).apply { intentFilter.autoVerify = false }) in <lambda>()
596 autoVerify = true in <lambda>()
332 autoVerify = true in <lambda>()
650 public final void setAutoVerify(boolean autoVerify) { in setAutoVerify() argument652 if (autoVerify) mVerifyState |= STATE_VERIFY_AUTO; in setAutoVerify()2652 String autoVerify = parser.getAttributeValue(null, AUTO_VERIFY_STR); in readFromXml() local2653 setAutoVerify(TextUtils.isEmpty(autoVerify) ? false : Boolean.getBoolean(autoVerify)); in readFromXml()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
516 field public static final int autoVerify = 16844014; // 0x10104ee
74875 Lcom/android/internal/R$attr;->autoVerify:I