Searched refs:URI_STR (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java77 private final static String URI_STR = "uri"; field in class:DefaultDataHandler
100 String uriStr = atts.getValue(URI_STR);
107 atts.getValue(URI_STR) + " parsing failure");
176 Uri u = Uri.parse(atts.getValue(URI_STR));
179 atts.getValue(URI_STR) + " parsing failure");

Completed in 51 milliseconds