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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java480 * Set whether this filter will needs to be automatically verified against its data URIs or not.
488 * True means that the filter will need to use its data URIs to be verified.
508 * Return if this filter will needs to be automatically verified again its data URIs or not.
510 * @return True if the filter will needs to be automatically verified. False otherwise.
594 * Return if this filter needs to be automatically verified again its data URIs or not.
596 * @return True if the filter needs to be automatically verified. False otherwise.
611 * Return if this filter has been verified
613 * @return true if the filter has been verified or if autoVerify is false.
625 * Set if this filter has been verified
627 * @param verified tru
631 setVerified(boolean verified) argument
[all...]

Completed in 57 milliseconds