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

1 2 3 4 5 6 78 91011>>

  /external/jetty/src/java/org/eclipse/jetty/server/handler/
IPAccessHandler.java 44 * by white/black lists that include both internet addresses and URIs. This handler
87 * <li>10.10.1.2|/foo/* - all requests from IP 10.10.1.2 to URIs starting with /foo/
88 * <li>10.10.1.2|*.html - all requests from IP 10.10.1.2 to URIs ending with .html
92 * to 1,3,7,15 in subnet 10.10.0.0/22 to URIs starting with /foo/
  /external/libxml2/test/schemas/
xml.xsd 21 relative URIs in the scope of the element on which it
  /frameworks/base/core/java/android/app/job/
JobInfo.java 245 * Which content: URIs must change for the job to be scheduled. Returns null
652 * If you have any trigger content URIs associated with a job, it will not execute until
654 * <p>Note that trigger URIs can not be used in combination with
656 * for content changes, you need to schedule a new JobInfo observing the same URIs
    [all...]
  /frameworks/base/core/java/android/net/
WebAddress.java 36 * Unlike java.net.uri, this parser will not choke on URIs missing
  /frameworks/base/docs/html/work/
guide.jd 138 Some developers use URIs to mark file paths in Android. However,
147 Content URIs
153 >content URIs</a> contain the authority, path, and ID for a
486 <a href="{@docRoot}work/managed-profiles.html#sharing_files">URIs</a>, and
  /frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
sending.jd 114 // You can also attach multiple items by passing an ArrayList of Uris
  /frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
sending.jd 114 // You can also attach multiple items by passing an ArrayList of Uris
  /frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
sending.jd 114 // You can also attach multiple items by passing an ArrayList of Uris
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 65 * introduce their own URIs to represent themselves.
161 * URIs are properly escaped in it. For example:</p>
254 * using names built on their own URIs.</p>
361 * using names built on their own URIs.</p>
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
WebAddress.java 35 * Unlike java.net.uri, this parser will not choke on URIs missing
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockContract.java 26 * definitions for the supported URIs and data columns.
  /packages/apps/Dialer/src/com/android/dialer/database/
FilteredNumberContract.java 27 * definitions for the supported URIs and columns.
VoicemailArchiveContract.java 27 * Contains definitions for the supported URIs and columns for the voicemail archive table.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
IntentUtilities.java 30 // Format for activity URIs: content://ui.email.android.com/...
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 94 * Call this to add a URI to the list of URIs to be notified when the
  /packages/apps/Messaging/src/com/android/messaging/util/
FileUtil.java 129 // so we ban all /data file uris.
  /packages/apps/QuickSearchBox/res/values/
config.xml 28 <!-- Suggestion URIs for which the corresponding content provider will be used as a default
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccountImageChangeObserver.java 115 // Only register URIs that match the Account Image URI schema, and
UriUtils.java 26 * Utilities for working with URIs.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AddableFolderSelectorAdapter.java 50 * @param initiallySelected set of folder uris that are previously selected.
ConversationViewState.java 128 * Returns URIs of all unread messages in the conversation per
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 407 public void addUriPermissions(Uri... uris) {
408 mGrantedUriPermissions.addAll(Arrays.asList(uris));
411 public void removeUriPermissions(Uri... uris) {
412 mGrantedUriPermissions.removeAll(Arrays.asList(uris));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
OpenHelper.java 92 // PackageInstaller doesn't like content URIs, so open file
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksContract.java 25 * Contains the definition for the supported URIs and columns.
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MockVideoProvider.java 147 * Stores pause image URIs received via the {@link VideoCall#setPauseImage(Uri)} API for

Completed in 1298 milliseconds

1 2 3 4 5 6 78 91011>>