Searched refs:untrusted (Results 1 – 5 of 5) sorted by relevance
185 public boolean untrusted; field in ScanResult451 untrusted = source.untrusted; in ScanResult()529 dest.writeInt(untrusted ? 1 : 0); in writeToParcel()599 sr.untrusted = in.readInt() != 0;
102 <p>As with data from any untrusted source, you should <a href="#InputValidation">perform input157 potential SQL injection from untrusted sources. Note that using parameterized methods is not436 web pages from which all input is trustworthy. If untrusted input is allowed,437 untrusted JavaScript may be able to invoke Android methods within your app. In general, we
2635 scanResult.untrusted = true;
416 // If the request comes from an untrusted package, return null.
519 If the data managed by the content provider is in an SQL database, including external untrusted