Searched refs:URI (Results 1 - 25 of 44) sorted by path

12

/frameworks/base/core/java/android/net/
H A DProxy.java35 import java.net.URI;
113 URI uri = URI.create(url);
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java57 import java.net.URI;
419 URI uri = request.getURI();
421 // If this is a wrapped request, use the URI from the original
423 // relative URI. We want an absolute URI.
H A DHttpResponseCache.java29 import java.net.URI;
202 @Override public CacheResponse get(URI uri, String requestMethod,
207 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
/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/base/core/java/android/webkit/
H A DAccessibilityInjector.java40 import java.net.URI;
530 final List<NameValuePair> params = URLEncodedUtils.parse(new URI(url), null);
/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/base/core/tests/coretests/src/android/net/http/
H A DHttpResponseCacheTest.java25 import java.net.URI;
75 @Override public CacheResponse get(URI uri, String requestMethod,
79 @Override public CacheRequest put(URI uri, URLConnection connection) {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DSummarizer.java33 import java.net.URI;
228 public static URI getDetailsUri() {
/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.java33 import javax.sip.address.URI;
116 * @param uriString the URI string as "sip:<user_name>@<domain>"
117 * @throws ParseException if the string is not a valid URI
123 URI uri = mAddressFactory.createURI(fix(uriString));
127 throw new ParseException(uriString + " is not a SIP URI", 0);
280 // remove password from URI
346 * Gets the SIP URI of this profile.
348 * @return the SIP URI of this profile
356 * Gets the SIP URI string of this profile.
358 * @return the SIP URI strin
[all...]
/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/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/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java182 mRowIDColumn = newCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
237 ? mCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI) : -1;
/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/adapters/
H A DBaseCursorPagerAdapter.java183 mRowIDColumn = newCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI);
235 ? mCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI) : -1;
/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/wilhelm/include/OMXAL/
H A DOpenMAXAL.h473 XAchar * URI; member in struct:XADataLocator_URI_
/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/src/android/
H A DAudioPlayer_to_android.cpp102 // from a URI or FD, to write the decoded audio data to a buffer queue
621 // URI or FD to MediaPlayer
644 // URI or FD decoded to PCM in a buffer queue
674 * from a URI or FD, for prepare, prefetch, and play events
993 // URI
997 if (NULL == dl_uri->URI) {
1000 // URI format
1499 // so allowed local pathnames specified by URI that were openable by
1504 // previous behavior, we convert an openable file URI into an FD.
1507 const char *uri = (const char *)pAudioPlayer->mDataSource.mLocator.mURI.URI;
[all...]
H A DMediaPlayer_to_android.cpp433 (const char*)mp->mDataSource.mLocator.mURI.URI);
/frameworks/wilhelm/src/
H A Ddata.c188 if (NULL == pDataLocator->mURI.URI) {
189 SL_LOGE("%s: invalid URI=NULL", name);
192 // NTH verify URI address for validity
193 size_t len = strlen((const char *) pDataLocator->mURI.URI);
198 memcpy(myURI, pDataLocator->mURI.URI, len + 1);
207 pDataLocator->mURI.URI = myURI;
302 if (NULL != pDataLocator->mURI.URI) {
303 free(pDataLocator->mURI.URI);
304 pDataLocator->mURI.URI = NULL;
306 pDataLocator->mURI.URI
[all...]
/frameworks/wilhelm/src/desktop/
H A DSndFile.c151 SLchar *uri = dl_uri->URI;
/frameworks/wilhelm/src/itf/
H A DIEngine.c568 "pMIDISrc", pMIDISrc, URI | MIDIBUFFERQUEUE, NONE
569 "pBankSrc", pBanksrc, NULL | URI | ADDRESS, NULL
/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp117 /* Setup the data source structure for the URI */
128 locatorUri.URI = (SLchar *) path;
151 fprintf(stdout, "URI example: after Realize\n");
H A DslesTestDecodeToBuffQueue.cpp88 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
333 decUri.URI = (SLchar*)path;
542 fprintf(stdout, "on an AudioPlayer object to decode a URI to PCM\n");

Completed in 328 milliseconds

12