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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationCheckedSet.java 327 // For each of the uris in the deleted set, add the conversation id to the
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 164 "Cannot insert URI: %s. Inserted URIs should not contain an id.",
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 257 // if the URIs are the same, then the media scanner likely treated the _ character
261 // rewrite Uris to use the file scheme
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 984 * Set an object that will be used to resolve URIs used in
996 * Get the object that will be used to resolve URIs used in
    [all...]
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 538 * All resources and URIs are read using the suggestion provider's context.
603 // Let the ContentResolver handle content and file URIs.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 472 * All resources and URIs are read using the suggestion provider's context.
535 // Let the ContentResolver handle content and file URIs.
  /libcore/luni/src/main/java/javax/xml/parsers/
SAXParser.java 142 * @param systemId The systemId which is needed for resolving relative URIs.
197 * @param systemId The systemId which is needed for resolving relative URIs.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 125 * handles file:// uris not content:// uris. We do the same workaround in
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 64 // A map of query result for uris
300 // Temporarily made this public to allow the Gmail accounts to use the mock ui provider uris
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1500 Uri[] uris = new Uri[len]; local
1561 Uri[] uris = new Uri[len]; local
    [all...]
  /frameworks/base/docs/html/guide/components/
intents-filters.jd 287 Just as some actions use particular kinds of data URIs, some actions also use particular extras.
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
nfc.jd 11 <li><a href="#ndef">How NFC tags are mapped to MIME types and URIs</a></li>
89 steps are described in <a href="#ndef">How NFC tags are mapped to MIME types and URIs</a>.</li>
94 <h3 id="ndef">How NFC tags are mapped to MIME types and URIs</h3>
159 fields to MIME types or URIs. It also describes which TNFs cannot be mapped to a MIME type or URI.
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 271 // invalid file URIs
272 String[] uris = new String[] { "mailto:user@domain.com", // not local
281 for (int i = 0; i < uris.length; i++) {
282 uri = new URI(uris[i]);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 1885 final String[] uris = (String[]) extras.getSerializable(EXTRA_ATTACHMENTS); local
1894 final ArrayList<Uri> uris = extras local
1899 final ArrayList<Uri> uris = Lists.newArrayList(uri); local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 844 * @param uris The array of used uris.
847 public String getHtml(ArrayList<Uri> uris, boolean escapeFlag) {
848 mConverter.getUriArray(uris, getText());
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 211 * The "extension-element-prefixes" property, actually contains URIs.
221 * property: a vector of extension element URIs.
252 * @return Number of URIs in the list
    [all...]
FuncDocument.java 181 // unencoded slashes in their naming schemes. If they do, absolute URIs
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 211 * Check header for constraints. (1) Invite options and bye requests can only have SIP URIs in
373 * support Request-URIs with schemes other than "sip" and "sips", for example the "tel" URI
374 * scheme. SIP elements MAY translate non-SIP URIs using any mechanism at their disposal,
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 429 throw new IllegalArgumentException("Can only download HTTP/HTTPS URIs: " + uri);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 185 final TreeSet<String> uris = new TreeSet<>(); local
196 uris.add(metadataUri);
202 for (final String metadataUri : uris) {
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 85 /** URI matcher used to recognize URIs sent by applications */
124 /** Different base URIs that could be used to access an individual download */
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 170 // Uri matcher to decode incoming URIs.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 171 // Uri matcher to decode incoming URIs.
  /external/ant-glob/
NOTICE 226 changes were made. (We recommend you provide URIs to the location from
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 77 * to namespace URIs.

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>