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

/frameworks/base/core/java/android/provider/
H A DApplications.java82 * Gets the application component name from an application URI.
84 * @param appUri A URI of the form
87 * <code>null</code> if the given URI was <code>null</code>
103 * Gets the URI for an application component.
107 * @return A URI of the form
125 public static final String URI = "uri"; field in interface:Applications.ApplicationColumns
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java284 static final int URI = 11; field in class:RemoteViews.ReflectionAction
340 case URI:
395 case URI:
431 case URI:
880 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.URI, value));

Completed in 667 milliseconds