Home
last modified time | relevance | path

Searched refs:URI (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DProxyServer.java34 import java.net.URI;
83 URI url = null; in run()
104 url = new URI(urlString); in run()
118 list = ProxySelector.getDefault().select(new URI(urlString)); in run()
190 URI absoluteUri, String httpVersion) throws IOException { in sendRequestLineWithPath()
206 private String getAbsolutePathFromAbsoluteURI(URI uri) { in getAbsolutePathFromAbsoluteURI()
270 String httpMethod, URI uri, String httpVersion) throws IOException { in sendAugmentedRequestToHost()
/frameworks/base/core/java/android/net/
DPacProxySelector.java32 import java.net.URI;
59 public List<Proxy> select(URI uri) { in select()
75 uri = new URI(uri.getScheme(), null, uri.getHost(), uri.getPort(), "/", null, null); in select()
133 public void connectFailed(URI uri, SocketAddress address, IOException failure) { in connectFailed()
DProxy.java28 import java.net.URI;
114 URI uri = URI.create(url); in getProxy()
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
DPhotoContract.java30 public static final String URI = "uri"; field
61 PhotoViewColumns.URI,
/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java28 import java.net.URI;
205 public CacheResponse get(URI uri, String requestMethod, in get()
211 public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException { in put()
/frameworks/wilhelm/src/
Ddata.cpp191 if (NULL == pDataLocator->mURI.URI) { in checkDataLocator()
196 size_t len = strlen((const char *) pDataLocator->mURI.URI); in checkDataLocator()
201 memcpy(myURI, pDataLocator->mURI.URI, len + 1); in checkDataLocator()
210 pDataLocator->mURI.URI = myURI; in checkDataLocator()
305 if (NULL != pDataLocator->mURI.URI) { in freeDataLocator()
306 free(pDataLocator->mURI.URI); in freeDataLocator()
307 pDataLocator->mURI.URI = NULL; in freeDataLocator()
309 pDataLocator->mURI.URI = NULL; in freeDataLocator()
/frameworks/opt/net/wifi/tests/wifitests/assets/
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/doAuthenti…
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/doAuthenti…
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/doAuthenti…
/frameworks/base/core/proto/android/content/
Dintent.proto75 // The scheme part of a URI. This is the minimal essential attribute for
76 // specifying a URI; at least one scheme attribute must be set for the filter,
77 // or none of the other URI attributes are meaningful. A scheme is specified
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseCursorPagerAdapter.java183 mRowIDColumn = newCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI); in swapCursor()
235 ? mCursor.getColumnIndex(PhotoContract.PhotoViewColumns.URI) : -1; in init()
/frameworks/base/services/core/java/com/android/server/wm/
DEventLogTags.logtags13 …User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
17 …User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri2.cpp126 uri.URI = (SLchar*) path; in TestPlayUri()
142 uri.URI = (SLchar*) path2; in TestPlayUri()
DslesTest_playStates.cpp111 uri.URI = (SLchar*) path; in TestPlayUri()
DslesTestPlayStreamType.cpp117 uri.URI = (SLchar*) path; in TestStreamTypeConfiguration()
/frameworks/base/services/core/java/com/android/server/uri/
DGrantUri.java73 proto.write(GrantUriProto.URI, uri.toString()); in dumpDebug()
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipProfile.java34 import javax.sip.address.URI;
124 URI uri = mAddressFactory.createURI(fix(uriString)); in Builder()
/frameworks/wilhelm/tests/sandbox/
Dxa.c80 locUri.URI = (XAchar *) "/sdcard/hello.wav"; in main()
Durimime.c59 loc_uri.URI = (SLchar *) argv[1]; in main()
/frameworks/wilhelm/tests/listening/
DseekTorture.c62 locator_uri.URI = (SLchar *) argv[1]; in main()
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DSinkActivity.java60 private static final String URI = "http://www.android.com/"; field in SinkActivity
253 sendString(conn, UsbAccessoryConstants.ACCESSORY_STRING_URI, URI); in connect()
/frameworks/base/core/proto/android/server/
Dpeopleservice.proto43 // The URI of the contact in the conversation.
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java127 public static final Uri URI = field in BaseEmailAddressAdapter.DirectoryListQuery
169 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, null, null, null); in performFiltering()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp147 uri.URI = (SLchar*) path; in TestPlayUri()
/frameworks/base/core/proto/android/service/
Dnotification.proto157 // The URI representing the rule being updated.
202 // Required for automatic ZenRules. The condition's ID, which is the URI

123