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

12

/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
H A DPhotoContract.java30 public static final String URI = "uri"; field in interface:PhotoContract.PhotoViewColumns
61 PhotoViewColumns.URI,
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java33 import java.net.URI;
56 public List<Proxy> select(URI uri) {
110 public void connectFailed(URI uri, SocketAddress address, IOException failure) {
H A DProxy.java35 import java.net.URI;
103 URI uri = URI.create(url);
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java30 import java.net.URI;
209 @Override public CacheResponse get(URI uri, String requestMethod,
214 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
H A DAndroidHttpClient.java64 import java.net.URI;
424 URI uri = request.getURI();
426 // If this is a wrapped request, use the URI from the original
428 // 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/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java35 import java.net.URI;
96 URI url = new URI(urlString);
110 list = ProxySelector.getDefault().select(new URI(urlString));
/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/opt/net/voip/src/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/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java60 private static final String URI = "http://www.android.com/"; field in class:SinkActivity
253 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_URI, URI);
/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");
H A DslesTestEqFdPath.cpp121 /* Setup the data source structure for the URI */
133 locatorUri.URI = (SLchar *) path;
156 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 */
/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);

Completed in 254 milliseconds

12