Searched defs:verified (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentFilter.java493 * Set whether this filter will needs to be automatically verified against its data URIs or not.
501 * True means that the filter will need to use its data URIs to be verified.
521 * Return if this filter will needs to be automatically verified again its data URIs or not.
523 * @return True if the filter will needs to be automatically verified. False otherwise.
607 * Return if this filter needs to be automatically verified again its data URIs or not.
609 * @return True if the filter needs to be automatically verified. False otherwise.
624 * Return if this filter has been verified
626 * @return true if the filter has been verified or if autoVerify is false.
638 * Set if this filter has been verified
640 * @param verified tru
644 setVerified(boolean verified) argument
[all...]

Completed in 1064 milliseconds