Searched refs:autoVerify (Results 1 – 5 of 5) sorted by relevance
503 public final void setAutoVerify(boolean autoVerify) { in setAutoVerify() argument505 if (autoVerify) mVerifyState |= STATE_VERIFY_AUTO; in setAutoVerify()1608 String autoVerify = parser.getAttributeValue(null, AUTO_VERIFY_STR); in readFromXml() local1609 setAutoVerify(TextUtils.isEmpty(autoVerify) ? false : Boolean.getBoolean(autoVerify)); in readFromXml()
156 To enable link handling verification for your app, set the {@code android:autoVerify} attribute to164 <intent-filter <strong>android:autoVerify="true"</strong>>176 When the {@code android:autoVerify} attribute is present, installing your app causes the system199 <intent-filter <strong>android:autoVerify="true"</strong>>235 <intent-filter <strong>android:autoVerify="true"</strong>>497 passed verification, and whose manifest contains {@code android:autoVerify="true"}, shows a status528 <intent-filter <strong>android:autoVerify="true"</strong>>
293 field public static final int autoVerify = 16844014; // 0x10104ee
400 field public static final int autoVerify = 16844014; // 0x10104ee