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

/frameworks/base/core/java/android/content/
H A DIntent.java4332 return getIntentOld(uri, flags);
4518 public static Intent getIntentOld(String uri) throws URISyntaxException { method in class:Intent
4519 return getIntentOld(uri, 0);
4522 private static Intent getIntentOld(String uri, int flags) throws URISyntaxException { method in class:Intent

Completed in 46 milliseconds