/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 | 132 * For the best results, Uris should use the content:// style and support 154 * For the best results, Uris should use the content:// style and support 218 * For the best results, Uris should use the content:// style and support 648 * Uris for artwork should use the content:// style and support 730 * resolution images {@link Uri Uris} should be used with
|
/external/chromium-trace/trace-viewer/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
|
/frameworks/base/telecomm/java/android/telecom/ |
PhoneAccount.java | 124 * URI scheme for telephone number URIs. 129 * URI scheme for voicemail URIs. 134 * URI scheme for SIP URIs.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppUtility.java | 136 ArrayList<String> uris = Lists.newArrayList(); local 156 uris.add(path.toString()); 160 return 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
|
/frameworks/base/docs/html/training/tv/tif/ |
channel.jd | 199 protected Void doInBackground(Uri... uris) { 201 fetchUri(uris[0]);
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
BugreportReceiver.java | 110 // Files are kept on private storage, so turn into Uris that we can 159 // Files are kept on private storage, so turn into Uris that we can
|
/libcore/luni/src/main/java/javax/xml/namespace/ |
NamespaceContext.java | 146 * specified Namespace URIs 213 * specified Namespace URIs</td>
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamSource.java | 82 * to the input stream, which allows relative URIs 219 * since the application can use it to resolve relative URIs
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathFactory.java | 116 * In particular, colons ':' need to be escaped in a property file, so make sure the URIs are properly escaped in it. 125 * the org.w3c.dom package, and implementations are free to introduce other URIs for other object models.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
RecentFolderList.java | 59 /** The actual cache: map of folder URIs to folder objects. */ 116 // Only the folder URIs are provided. Providers are free to update their specific
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
PercentEscaper.java | 26 * <p>For details on escaping URIs for use in web pages, see section 2.4 of 30 * have no special requirements for escaping your URIs, you should use either
|
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.cpp | [all...] |
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/ |
IntentReceiverActivity.java | 34 * in these intents to test cross-profile content uris.
|
/developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/ |
AssetProvider.java | 95 // maps all URIs to the contents of the APK's assets folder, so a file handle to
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryProvider.java | 67 * Quick Search Box, in which case, the following Uris would be provided and we
|