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

/frameworks/base/core/java/android/content/
H A DIntent.java4320 public static final int URI_ALLOW_UNSAFE = 1<<2; field in class:Intent
4671 if ((flags& URI_ALLOW_UNSAFE) == 0) {
4860 if ((flags& URI_ALLOW_UNSAFE) == 0) {

Completed in 65 milliseconds