Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntentFilter.java503 public final void setAutoVerify(boolean autoVerify) { in setAutoVerify() argument
505 if (autoVerify) mVerifyState |= STATE_VERIFY_AUTO; in setAutoVerify()
1608 String autoVerify = parser.getAttributeValue(null, AUTO_VERIFY_STR); in readFromXml() local
1609 setAutoVerify(TextUtils.isEmpty(autoVerify) ? false : Boolean.getBoolean(autoVerify)); in readFromXml()
/frameworks/base/docs/html/training/app-links/
Dindex.jd156 To enable link handling verification for your app, set the {@code android:autoVerify} attribute to
164 &lt;intent-filter <strong>android:autoVerify="true"</strong>&gt;
176 When the {@code android:autoVerify} attribute is present, installing your app causes the system
199 &lt;intent-filter <strong>android:autoVerify="true"</strong>&gt;
235 &lt;intent-filter <strong>android:autoVerify="true"</strong>&gt;
497 passed verification, and whose manifest contains {@code android:autoVerify="true"}, shows a status
528 &lt;intent-filter <strong>android:autoVerify="true"</strong>&gt;
/frameworks/base/api/
Dcurrent.txt293 field public static final int autoVerify = 16844014; // 0x10104ee
Dtest-current.txt293 field public static final int autoVerify = 16844014; // 0x10104ee
Dsystem-current.txt400 field public static final int autoVerify = 16844014; // 0x10104ee