/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 70 A value of "true" indicates namespace URIs and unprefixed local 116 be absolutized (relative to their base URIs) before reporting. 120 "http://xml.org/sax/features/resolve-dtd-uris"; 125 names), as well as Namespace URIs, will have been interned 179 "http://xml.org/sax/features/xmlns-uris"; [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorBaseFragment.java | 182 * Intent key to pass a Bundle of raw contact IDs to photos URIs between the compact editor 384 // Full resolution photo URIs 523 // Full resolution photo URIs 648 // Full resolution photo URIs [all...] |
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 758 * If multiple URIs are sent, the {@link android.content.Intent} will refer 802 * @param uris an array of Uri(s) to push over Android Beam 805 public void setBeamPushUris(Uri[] uris, Activity activity) { 809 if (uris != null) { 810 for (Uri uri : uris) { 821 mNfcActivityManager.setNdefPushContentUri(activity, uris); 838 * If multiple URIs are sent, the {@link android.content.Intent} will refer [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.1.jd | 465 user executes a share with Android Beam so that you can define the URIs to share at share-time. 466 This is useful if the URIs to share might vary depending on the user context within the 468 useful when the URIs to share are unchanging and you can safely define them ahead of time.</p> 601 This is especially useful when using an intent to transfer multiple {@code content:} URIs to another 602 application, such as when sharing multiple documents. The {@code content:} URIs supplied 604 access to multiple URIs in an the intent. When starting an {@link 606 android.content.Intent#ACTION_SEND_MULTIPLE} intent, the URIs supplied in the intent are now [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
content-provider-basics.jd | 15 <a href="#ContentURIs">Content URIs</a> 302 <h3 id="ContentURIs">Content URIs</h3> 304 A <strong>content URI</strong> is a URI that identifies data in a provider. Content URIs [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationCursor.java | 734 * Returns the conversation uris for the Conversations that the ConversationCursor is treating 740 // Walk through the cache and return the list of uris that have been deleted 750 // provider uris, we need to make sure that this also returns these uris [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DirectoryFragment.java | 637 final ArrayList<Uri> uris = Lists.newArrayList(); local 640 uris.add(doc.derivedUri); 644 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, uris); [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
BrowserTest.java | 214 * which handle javascript URIs.
|
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
EmailPolicy.java | 132 * The URIs should be full templates for connection, including a port if
|
/external/apache-http/android/src/android/net/http/ |
HttpAuthHeader.java | 74 * requests with URIs in the same protection space.
|
/external/chromium-trace/trace-viewer/tracing/build/ |
css_presubmit_checker.py | 176 'desc': 'Don\'t use data URIs in source files. Use grit instead.',
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
ErrorPageErrorHandler.java | 37 * An ErrorHandler that maps exceptions and status codes to URIs for dispatch using
|
/external/nist-sip/java/gov/nist/core/ |
HostNameParser.java | 290 case ';': // OK, can appear in URIs (parameters)
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
DefaultRouter.java | 248 // The internal router should never be consulted for non-sip URIs.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
CacheStrategy.java | 261 // dates aren't used for URIs containing a query.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPSchemaRegistry.java | 21 * the registered namespace URIs and prefixes must be unique. Additional
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
PropertyOptions.java | 75 * <tt>rdf:resource</tt> attribute. Not mandatory for URIs, but considered RDF-savvy.
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SettingsProviderTest.java | 174 // The bookmarks table (and everything else) uses standard row number content URIs.
|
/frameworks/base/docs/html/distribute/tools/promote/ |
linking.jd | 193 <p>The table below provides a summary of the URIs currently supported by the Google Play (both on
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestPlayStreamType.cpp | 47 /* Play an audio URIs on the given stream type */
|
slesTestPlayUri2.cpp | 62 /* Play two audio URIs, pan them left and right */
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
DocumentBuilder.java | 117 * @param systemId Provide a base for resolving relative URIs.
|
/packages/apps/Browser/src/com/android/browser/ |
IntentHandler.java | 320 // Allow URIs with no scheme
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastContentProvider.java | 45 /** Authority string for content URIs. */
|
/packages/apps/Dialer/src/com/android/dialer/contactinfo/ |
ContactInfoCache.java | 211 // Exception: Photo uris for contacts from remote sources are not cached in the call log
|