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

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

Completed in 3444 milliseconds