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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java517 * Set whether this filter will needs to be automatically verified against its data URIs or not.
525 * True means that the filter will need to use its data URIs to be verified.
545 * Return if this filter will needs to be automatically verified again its data URIs or not.
547 * @return True if the filter will needs to be automatically verified. False otherwise.
631 * Return if this filter needs to be automatically verified again its data URIs or not.
633 * @return True if the filter needs to be automatically verified. False otherwise.
648 * Return if this filter has been verified
650 * @return true if the filter has been verified or if autoVerify is false.
662 * Set if this filter has been verified
664 * @param verified tru
668 setVerified(boolean verified) argument
[all...]

Completed in 9 milliseconds