Searched refs:URI (Results 1 - 25 of 49) 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/http/
H A DHttpResponseCache.java29 import java.net.URI;
204 @Override public CacheResponse get(URI uri, String requestMethod,
209 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException {
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java32 import java.net.URI;
59 public List<Proxy> select(URI uri) {
71 // Strip path and username/password from URI so it's not visible to PAC script. The
75 uri = new URI(uri.getScheme(), null, uri.getHost(), uri.getPort(), "/", null, null);
133 public void connectFailed(URI uri, SocketAddress address, IOException failure) {
H A DProxy.java27 import java.net.URI;
111 URI uri = URI.create(url);
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java34 import java.net.URI;
83 URI url = null;
104 url = new URI(urlString);
118 list = ProxySelector.getDefault().select(new URI(urlString));
181 * that contains absolute path of a given absolute URI.
185 * @param absoluteUri absolute URI which absolute path should be extracted.
190 URI absoluteUri, String httpVersion) throws IOException {
199 * Extracts absolute path form a given URI. E.g., passing
203 * @param uri URI which absolute path has to be extracted,
204 * @return the absolute path of the URI,
[all...]
/frameworks/opt/net/wifi/tests/wifitests/assets/
H A Dr1.PerProviderSubscription.conf28 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
57 3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
H A Dr2.PerProviderSubscription.conf11 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
40 3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
H A Druckus.PerProviderSubscription.conf11 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
40 3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
/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.c193 if (NULL == pDataLocator->mURI.URI) {
194 SL_LOGE("%s: invalid URI=NULL", name);
197 // NTH verify URI address for validity
198 size_t len = strlen((const char *) pDataLocator->mURI.URI);
203 memcpy(myURI, pDataLocator->mURI.URI, len + 1);
212 pDataLocator->mURI.URI = myURI;
307 if (NULL != pDataLocator->mURI.URI) {
308 free(pDataLocator->mURI.URI);
309 pDataLocator->mURI.URI = NULL;
311 pDataLocator->mURI.URI
[all...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DHttpClientStack.java42 import java.net.URI;
175 public HttpPatch(final URI uri) {
185 setURI(URI.create(uri));
/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 */
165 /* Setup the data source structure for the URI */
167 uri.URI = (SLchar*) path;
191 fprintf(stdout, "URI example: after Realize\n");
232 /* 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 */
171 /* Setup the data source structure for the URI */
173 uri.URI = (SLchar*) path;
193 fprintf(stdout, "URI example: after Realize\n");
239 /* Play the URI */
272 fprintf(stdout, "URI example: starting to play\n");
306 fprintf(stdout, "URI example: stopping playback\n");
H A DslesTest_playStates.cpp109 /* Setup the data source structure for the URI */
111 uri.URI = (SLchar*) path;
128 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.c79 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/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DLayoutXmlProcessor.java32 import java.net.URI;
150 final URI inputRootUri = input.getRootInputFolder().toURI();
/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");

Completed in 481 milliseconds

12