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

12

/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/net/http/
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 {
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.
/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/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/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/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/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/net/
H A DProxy.java35 import java.net.URI;
113 URI uri = URI.create(url);
/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/wilhelm/tests/mimeUri/
H A DslesTestPlayUri2.cpp124 /* Setup the data source structure for the first URI */
126 uri.URI = (SLchar*) path;
142 uri.URI = (SLchar*) path2;
151 //fprintf(stdout, "URI example: after Realize\n");
213 fprintf(stdout, "URI example: starting to play %s\n", path2);
222 fprintf(stdout, "Content duration of first URI is unknown\n");
224 fprintf(stdout, "Content duration of first URI is %u ms\n", durationInMsec);
227 /* Wait as long as the duration of the first URI + 2s before stopping */
234 fprintf(stdout, "URI example: stopping playback\n");
H A DslesTestLoopUri.cpp44 * a resource, for instance because a file URI is invalid, or an HTTP server doesn't respond.
121 /* Play some music from a URI */
168 /* Setup the data source structure for the URI */
170 uri.URI = (SLchar*) path;
194 fprintf(stdout, "URI example: after Realize\n");
235 /* Play the URI */
H A DslesTestPlayStreamType.cpp115 /* Setup the data source structure for the URI */
117 uri.URI = (SLchar*) path;
151 fprintf(stdout, "URI example: after Realize\n");
H A DslesTestPlayUri.cpp124 /* Play some music from a URI */
174 /* Setup the data source structure for the URI */
176 uri.URI = (SLchar*) path;
196 fprintf(stdout, "URI example: after Realize\n");
242 /* Play the URI */
275 fprintf(stdout, "URI example: starting to play\n");
309 fprintf(stdout, "URI example: stopping playback\n");
H A DslesTest_playStates.cpp110 /* Setup the data source structure for the URI */
112 uri.URI = (SLchar*) path;
129 fprintf(stdout, "URI example: after Realize\n");
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c55 // create an audio player with URI source and output mix sink
62 locator_uri.URI = (SLchar *) argv[1];
/frameworks/wilhelm/tests/sandbox/
H A Durimime.c17 // Test audio player configurations with URI data source and MIME data format
33 fprintf(stderr, "usage: %s URI\n", argv[0]);
59 loc_uri.URI = (SLchar *) argv[1];
H A Dxa.c78 locUri.URI = (XAchar *) "/sdcard/hello.wav";
/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/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DSummarizer.java33 import java.net.URI;
228 public static URI getDetailsUri() {
/frameworks/wilhelm/src/desktop/
H A DSndFile.c151 SLchar *uri = dl_uri->URI;
/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 DslesTestVirtualizerPath.cpp118 /* Setup the data source structure for the URI */
129 locatorUri.URI = (SLchar *) path;
152 fprintf(stdout, "URI example: after Realize\n");
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp98 /* Play some music from a URI */
148 /* Setup the data source structure for the URI */
150 uri.URI = (SLchar*) path;
194 /* Play the URI */

Completed in 430 milliseconds

12