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

/frameworks/ex/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java30 public static final String URI = "uri"; field in interface:PhotoContract.PhotoViewColumns
57 PhotoViewColumns.URI,
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java30 public static final String URI = "uri"; field in interface:PhotoContract.PhotoViewColumns
62 PhotoViewColumns.URI,
/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
H A DCalendarContract.java120 * Input: {@link Intent#getData} has the event URI. The extra
169 * An optional insert, update or delete URI parameter that allows the caller
1243 * The URI used by the custom app for the event. Column name.
1630 * The content:// style URI for recurring event exceptions. Insertions require an
1877 * The URI to use for retrieving the properties from the Calendar db.
1879 public static final Uri URI = field in class:CalendarContract.CalendarCache
2233 * This URI is for grouping the query results by event_id and begin
2553 * The content:// style URI for this table
/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java127 public static final Uri URI = field in class:BaseEmailAddressAdapter.DirectoryListQuery
169 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, null, null, null);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java123 public static final Uri URI = field in class:BaseRecipientAdapter.DirectoryListQuery
251 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION,
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java924 static final int URI = 11; field in class:RemoteViews.ReflectionAction
985 case URI:
1052 case URI:
1100 case URI:
2161 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.URI, value));
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI; member in struct:SLDataLocator_URI_
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h473 XAchar * URI; member in struct:XADataLocator_URI_

Completed in 509 milliseconds