Searched refs:getAutoVerify (Results 1 – 4 of 4) sorted by relevance
580 public final boolean getAutoVerify() { in getAutoVerify() method in IntentFilter671 return getAutoVerify() && handlesWebUris(true); in needsVerification()1869 if (getAutoVerify()) { in writeToXml()2132 proto.write(IntentFilterProto.GET_AUTO_VERIFY, getAutoVerify()); in dumpDebug()2238 if (getAutoVerify()) { in dump()2240 sb.append(prefix); sb.append("AutoVerify="); sb.append(getAutoVerify()); in dump()2322 dest.writeInt(getAutoVerify() ? 1 : 0); in writeToParcel()
770 if (intentFilter.getAutoVerify()) { in buildResolveList()
503 Landroid/content/IntentFilter;->getAutoVerify()Z
5258 HSPLandroid/content/IntentFilter;->getAutoVerify()Z