/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
ParserAdapterTest.java | 56 private final static String XMLNS_URIs = FEATURES + "xmlns-uris";
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
CRLDistributionPointsExtension.java | 57 * URIs, conforming implementations MUST compare the scheme and host
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
PackageIconLoader.java | 154 // Let the ContentResolver handle content and file URIs.
|
/packages/apps/Settings/src/com/android/settings/search/ |
DynamicIndexableContentMonitor.java | 152 // Watch for related content URIs.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationUpdater.java | 105 * @param unreadMessageUris URIs for the subset of the conversation's messages to mark unread,
|
MultiFoldersSelectionDialog.java | 113 // Parse the raw folders and get all the uris.
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/protos/mock/ |
MockUiProviderTests.java | 256 // Go through each of the columns find the ones that returns uris
|
/packages/services/Telephony/src/com/android/phone/ |
OutgoingCallBroadcaster.java | 299 * a tel: or sip: URI. For tel: URIs, note that the scheme-specific part 301 * we might see URIs like "tel:(650)%20555-1234" or "tel:1-800-GOOG-411" 389 * - voicemail: URIs take the same path as regular tel: URIs. [all...] |
/prebuilts/go/darwin-x86/src/html/template/ |
doc.go | 60 This package understands HTML, CSS, JavaScript, and URIs. It adds sanitizing
|
/prebuilts/go/linux-x86/src/html/template/ |
doc.go | 60 This package understands HTML, CSS, JavaScript, and URIs. It adds sanitizing
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPath.java | 157 * namespace URIs. 205 * namespace URIs. 257 * namespace URIs.
|
/frameworks/base/core/java/android/provider/ |
VoicemailContract.java | 37 * definitions for the supported URIs and columns. 42 * columns and URIs for accessing this table are defined by the 46 * to convey its current state to the system. The columns and URIS for
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
MtpDocumentsProvider.java | 122 final Uri[] uris = new Uri[permissions.size()]; local 124 uris[i] = permissions.get(i).getUri(); 126 mDatabase.cleanDatabase(uris);
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
JobStatus.java | 119 * For use only by ContentObserverController: state it is maintaining about content URIs 608 pw.print(prefix); pw.println(" Trigger content URIs:"); 669 pw.print(prefix); pw.println("Changed URIs:");
|
/frameworks/base/telecomm/java/android/telecom/ |
PhoneAccount.java | 182 * URI scheme for telephone number URIs. 187 * URI scheme for voicemail URIs. 192 * URI scheme for SIP URIs.
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VoicemailProviderTest.java | 352 // Give away all permissions before querying. Access to both uris should be denied. 647 // base URIs. 655 // Inserting for another package should fail with any of the URIs.
|
/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...] |
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 819 * 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...] |
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/ |
content-provider-basics.jd | 15 <a href="#ContentURIs">URIs de conteúdo</a> 300 <h3 id="ContentURIs">URIs de conteúdo</h3> 302 <strong>URI de conteúdo</strong> é uma URI que identifica dados em um provedor. URIs de conteúdo [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
config.py | 561 # The following options specify the label and endpoint URIs for the OAUth2 [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...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
storage_uri.py | 65 """Returns true if two URIs are equal.""" 448 'URIs.' % self.scheme) 464 'URIs.' % self.scheme) [all...] |
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
EmailPolicy.java | 132 * The URIs should be full templates for connection, including a port if
|