/libcore/ojluni/src/main/java/java/net/ |
CookieStore.java | 96 * Get all URIs which identify the cookies in this cookie store. 98 * @return an immutable list of URIs;
|
URI.java | 77 * said to be <i>relative</i>. URIs are also classified according to whether 81 * not begin with a slash character (<tt>'/'</tt>). Opaque URIs are not 82 * subject to further parsing. Some examples of opaque URIs are: 93 * URIs are: 172 * Normalization has no effect upon opaque URIs. 176 * URIs in the manner specified by RFC 2396, taking components from the 177 * base URI for those not specified in the original. For hierarchical URIs, 204 * Resolution of both absolute and relative URIs, and of both absolute and 205 * relative paths in the case of hierarchical URIs, is supported. Resolving 216 * two normalized URIs <i>u</i> and <i>v</i> [all...] |
package.html | 42 <li><p><i>URIs</i>, which represent Universal Resource Identifiers.</p></li> 73 <li>{@link java.net.URL} is the class representing a Universal Resource Locator, which is both an older concept for URIs and a means to access the resources.</li> 85 As mentioned, URL and URLConnection rely on protocol handlers which must be present, otherwise an Exception is thrown. This is the major difference with URIs which only identify resources, and therefore don't need to have access to the protocol handler. So, while it is possible to create an URI with any kind of protocol scheme (e.g. <code>myproto://myhost.mydomain/resource/</code>), a similar URL will try to instantiate the handler for the specified protocol; if it doesn't exist an exception will be thrown.</p>
|
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
EmergencyContactsPreference.java | 186 * Converts the string representing the emergency contacts to a list of Uris and only keeps 213 /** Converts the Uris to a string representation. */
|
/packages/providers/DownloadProvider/ |
AndroidManifest.xml | 37 <!-- Allows an app to access all downloads in the system via the /all_downloads/ URIs. The 71 these URIs -->
|
/external/chromium-trace/catapult/third_party/webapp2/docs/ |
features.rst | 107 URIs (and you can also create custom route classes, examples 190 how URIs are matched or built or how handlers are adapted or dispatched 217 URIs defined in the aplication can be built. This is more maintanable than 229 Redirection for legacy URIs 231 Old URIs can be conveniently redirected using a simple route::
|
/frameworks/base/docs/html/work/ |
managed-profiles.jd | 62 settings), so it is not safe to attach file URIs to intents.</li> 137 <p>Instead, you should share files with <em>content URIs</em>. Content URIs 160 For more information about sharing files with content URIs, see 170 can't be handled, not attaching URIs that don't work cross-profile, and so
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppManager.java | 262 public void saveSendingFileInfo(String mimeType, ArrayList<Uri> uris, boolean isHandover) { 266 mUrisOfSendingFiles = uris; 268 for (Uri uri : uris) { 387 ArrayList<Uri> uris, boolean handoverInitiated) { 394 this.mUris = uris;
|
/packages/apps/Dialer/src/com/android/dialer/ |
CallDetailActivity.java | 337 * Returns the list of URIs to show. 339 * There are two ways the URIs can be provided to the activity: as the data on the intent, or as 352 final Uri[] uris = new Uri[numIds]; local 354 uris[index] = ContentUris.withAppendedId( 357 return uris;
|
/external/libxml2/doc/ |
libxml2.xsa | 33 Fix a problem properly saving URIs (Daniel Veillard), 53 xmlSaveUri() incorrectly recomposes URIs with rootless paths (Dennis Filder), 94 properly quote the namespace uris written out during c14n (Aleksey Sanin),
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContentResolver.java | 307 List<Uri> uris = new ArrayList<Uri>(); 309 uris.add(deleteStatement.getUri()); 311 return uris;
|
/frameworks/base/docs/html/training/sharing/ |
send.jd | 165 action together with a list of URIs pointing to the content. The MIME type varies according to the 174 imageUris.add(imageUri1); // Add your image URIs here 184 <p>As before, make sure the provided {@link android.net.Uri URIs} point to data that a receiving
|
/libcore/luni/src/main/java/org/xml/sax/ |
InputSource.java | 103 * for resolving relative URIs, may use setPublicId to include a 124 * for resolving relative URIs, and may use setPublicId to include a 176 * since the application can use it to resolve relative URIs
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
VCardService.java | 161 final ArrayList<String> uris = new ArrayList<String>(); local 164 uris.add(request.uri.toString()); 169 uris.toString(), displayNames.toString()));
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
MailPhotoViewController.java | 385 ArrayList<Parcelable> uris = new ArrayList<Parcelable>(); local 388 uris.add(Utils.normalizeUri(new Attachment(cursor).contentUri)); 391 mActionHandler.shareAttachments(uris);
|
/developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/common/assetprovider/ |
AssetProvider.java | 82 // maps all URIs to the contents of the APK's assets folder, so a file handle to
|
/developers/samples/android/common/src/java/com/example/android/common/assetprovider/ |
AssetProvider.java | 82 // maps all URIs to the contents of the APK's assets folder, so a file handle to
|
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/assetprovider/ |
AssetProvider.java | 82 // maps all URIs to the contents of the APK's assets folder, so a file handle to
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
PrefixResolver.java | 59 * @return The base identifier from where relative URIs should be absolutized, or null
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
bucket.py | 23 # File representation of bucket, for use with "file://" URIs.
|
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
DataFetcher.java | 49 * impractical, urls, file paths, and uris are normally sufficient.
|
/external/jacoco/org.jacoco.report.test/ |
about.html | 67 changes were made. (We recommend you provide URIs to the location from
|
/frameworks/base/core/java/android/content/ |
ContentProviderClient.java | 313 * take care of non-content: URIs such as file:. It is strongly recommended 325 * take care of non-content: URIs such as file:. It is strongly recommended 356 * take care of non-content: URIs such as file:. It is strongly recommended 368 * take care of non-content: URIs such as file:. It is strongly recommended
|
/frameworks/base/core/java/android/provider/ |
ContactsInternal.java | 41 /** URI matcher used to parse contact URIs. */
|
/frameworks/base/docs/html/reference/android/support/test/espresso/intent/matcher/ |
package-summary.html | 204 A collection of matchers for <code><a href="/reference/android/net/Uri.html">Uri</a></code>s, which can match Uris on their properties (host, path,
|