HomeSort by relevance Sort by last modified time
    Searched full:uris (Results 76 - 100 of 487) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
NfcTestActivity.java 80 Uri[] uris = new Uri[] { uri }; local
83 mNfcAdapter.setBeamPushUris(uris, this);
  /frameworks/base/core/java/android/content/
ClipDescription.java 49 * The MIME type for a clip holding one or more URIs. This should be
50 * used for URIs that are meaningful to a user (such as an http: URI).
ContentProviderClient.java 294 * take care of non-content: URIs such as file:. It is strongly recommended
306 * take care of non-content: URIs such as file:. It is strongly recommended
337 * take care of non-content: URIs such as file:. It is strongly recommended
349 * take care of non-content: URIs such as file:. It is strongly recommended
  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 44 /** If true, additional permissions to specific Uris in this content
54 * allowed to be granted. If null, all URIs are allowed. The
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 60 * identifiers to local URIs or to look up replacements in a catalog
87 * system identifiers to secure and/or local URIs, to look up
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/providers/DownloadProvider/
AndroidManifest.xml 37 <!-- Allows an app to access all downloads in the system via the /all_downloads/ URIs. The
71 these URIs -->
  /libcore/luni/src/main/java/java/net/
URI.java 51 * <h3>Absolute vs. Relative URIs</h3>
52 * URIs are either {@link #isAbsolute() absolute or relative}.
58 * <p>Absolute URIs always have a scheme. If its scheme is supported by {@link
61 * <p>Relative URIs do not have a scheme and cannot be converted to URLs. If you
77 * <h3>Opaque vs. Hierarchical URIs</h3>
78 * Absolute URIs are either {@link #isOpaque() opaque or hierarchical}. Relative
79 * URIs are always hierarchical.
85 * <p>Opaque URIs have both a scheme and a scheme-specific part that does not
88 * has an authority, user info, host, port, path or query. An opaque URIs may
97 * <p>Hierarchical URIs may have values for any URL component. They alway
    [all...]
  /external/chromium-trace/trace-viewer/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/training/enterprise/
app-compatibility.jd 69 settings), so it is not safe to attach file URIs to intents.</li>
144 <p>Instead, you should share files with <em>content URIs</em>. Content URIs
167 For more information about sharing files with content URIs, see
177 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;
  /external/robolectric/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
  /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/glide/library/src/main/java/com/bumptech/glide/load/data/
DataFetcher.java 49 * impractical, urls, file paths, and uris are normally sufficient.
  /frameworks/base/core/java/android/provider/
ContactsInternal.java 41 /** URI matcher used to parse contact URIs. */
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCommitter.java 101 * Returns the list of created Uris. This list should not be modified by the caller as it is
  /packages/apps/Contacts/src/com/android/contacts/list/
UiIntentActions.java 96 * uses contact ids instead of contact uris for the sake of backwards compatibility.
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
GenericLoaderFactory.java 183 // factory for that particular subclass. Uris are a great example of when this happens, most uris
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXSource.java 136 * since the application can use it to resolve relative URIs
153 * <p>Get the base ID (URI or system ID) from where URIs

Completed in 444 milliseconds

1 2 34 5 6 7 8 91011>>