Home
last modified time | relevance | path

Searched refs:getAutoVerify (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
DIntentFilter.java556 public final boolean getAutoVerify() { in getAutoVerify() method in IntentFilter
647 return getAutoVerify() && handlesWebUris(true); in needsVerification()
1604 if (getAutoVerify()) { in writeToXml()
1809 proto.write(IntentFilterProto.GET_AUTO_VERIFY, getAutoVerify()); in writeToProto()
1890 if (getAutoVerify()) { in dump()
1892 sb.append(prefix); sb.append("AutoVerify="); sb.append(getAutoVerify()); in dump()
1961 dest.writeInt(getAutoVerify() ? 1 : 0); in writeToParcel()
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java765 if (filter.getAutoVerify()) { in buildResolveList()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13572 Landroid/content/IntentFilter;->getAutoVerify()Z