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

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

Completed in 589 milliseconds