HomeSort by relevance Sort by last modified time
    Searched full:uris (Results 126 - 150 of 690) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/compat/
AggregationSuggestionsCompat.java 36 * A convenience builder for aggregation suggestion content URIs.
  /packages/apps/Contacts/src/com/android/contacts/list/
UiIntentActions.java 96 * uses contact ids instead of contact uris for the sake of backwards compatibility.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
UriUtils.java 25 * Utility methods for dealing with URIs.
  /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
  /external/libevent/include/event2/
http.h 631 before. This is not a good way to decode URIs in whole or in part.
785 * which includes both URIs like
818 /** Tolerate URIs that do not conform to RFC3986.
820 * Unfortunately, some HTTP clients generate URIs that, according to RFC3986,
821 * are not conformant URIs. If you need to support these URIs, you can
826 * <li> Nonconformant URIs are allowed to contain otherwise unreasonable
836 * Free all memory allocated for a parsed uri. Only use this for URIs
  /frameworks/base/core/java/android/content/
ClipDescription.java 50 * The MIME type for a clip holding one or more URIs. This should be
51 * used for URIs that are meaningful to a user (such as an http: URI).
  /frameworks/base/docs/html/training/app-links/
index.jd 12 <li><a href="#intent-handler">Create an Intent Handler for URIs</a></li>
45 <li>In your app manifest, create intent filters for your website URIs.</li>
53 The app links feature allows your app to become the default handler for the website URIs you
89 <h2 id="intent-handler">Create an Intent Handler for URIs</h2>
127 order to have the system treat your app as the default handler for a set of URIs, you must
140 preference for handling your website URIs, the system automatically routes those URI requests to
177 to attempt to verify all hosts associated with the web URIs in all of your app's intent filters.
398 for your app. Make a list of all web URIs whose corresponding intent filters include the following
  /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
  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 41 * (<code>http://xml.org/sax/features/xmlns-uris</code>) to request
42 * that those attributes be given URIs, conforming to a later
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 236 public void shareAttachments(ArrayList<Parcelable> uris) {
243 Intent.EXTRA_STREAM, uris);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 45 /** List of URIs that are watched. */
85 // Create list of Inbox URIs from the array of accounts.
EmlAttachmentProvider.java 86 * Map that contains a mapping from an attachment list uri to a list of uris.
147 // find all uris for the parent message
188 // get list of attachment uris, creating if necessary
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 159 private static final String XMLNS_URIs = FEATURES + "xmlns-uris";
193 uris = value;
222 return uris;
556 if (uris)
710 if (uris)
830 private boolean uris = false;
826 private boolean uris = false; field in class:ParserAdapter
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 136 * Compare two URIs and return true if they are equal.
164 // For two URIs to be equal, the user, password, host, and port
202 Debug.logError("Cannot get the header factory to parse the header of the sip uris to compare", e);
221 Debug.logError("Cannot parse one of the header of the sip uris to compare " + a + " " + b, e);
727 * SIP/SIPS URIs may specify headers. As an example, the URI
896 * This parameter will be used in the URIs proxies place in the
897 * Record-Route header field values, and may appear in the URIs in a
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebInfConfiguration.java 129 //Convert to uris for matching
130 URI[] uris = null; local
133 uris = new URI[jars.size()];
137 uris[i++] = r.getURI();
140 webInfJarNameMatcher.match(webInfPattern, uris, true); //null is inclusive, no pattern == all jars match
  /frameworks/base/media/java/android/media/
MediaMetadata.java 169 * For the best results, Uris should use the content:// style and support
191 * For the best results, Uris should use the content:// style and support
255 * For the best results, Uris should use the content:// style and support
685 * Uris for artwork should use the content:// style and support
767 * resolution images {@link Uri Uris} should be used with
  /external/chromium-trace/catapult/third_party/Paste/docs/
url-parsing-with-wsgi.txt 24 a subset of URIs. But in practice you'll almost never see URIs
25 that aren't URLs, and certainly not in Paste. URIs that aren't
  /frameworks/base/docs/html/training/secure-file-sharing/
share-file.jd 23 >Designing Content URIs</a>
40 Once you have set up your app to share files using content URIs, you can respond to other apps'
201 Remember that you can only generate content URIs for files that reside in a directory
  /libcore/ojluni/src/main/java/sun/security/x509/
URIName.java 49 * be case-sensitive. When comparing URIs, conforming implementations
119 // extensions with URIs that have no hostname (see bugs 4802236 and
306 * RFC3280: For URIs, the constraint applies to the host part of the name.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 141 ArrayList<String> uris = Lists.newArrayList(); local
161 uris.add(path.toString());
165 return uris;
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 140 // Yucky workaround to let us launch file:// Uris
223 * which handle javascript URIs.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 67 * Get the object that will be used to resolve URIs in href
79 * Get the object that will be used to resolve URIs in href
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTreeManager.java 63 * Set an object that will be used to resolve URIs used in
74 * Get the object that will be used to resolve URIs used in
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_uri.py 201 # uri.names_file(), or uri.names_object(), because for file URIs these
222 # uri.names_file(), or uri.names_object(), because for file URIs these

Completed in 2741 milliseconds

1 2 3 4 56 7 8 91011>>