HomeSort by relevance Sort by last modified time
    Searched defs:URI (Results 76 - 100 of 176) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/core/java/android/provider/
CalendarContract.java 36 import android.net.Uri;
117 * Input: {@link Intent#getData} has the event URI. The extra
163 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
166 * An optional insert, update or delete URI parameter that allows the caller
170 * {@link ContentResolver#notifyChange(android.net.Uri, android.database.ContentObserver, boolean)}
176 * @see Uri.Builder#appendQueryParameter(java.lang.String, java.lang.String)
199 * editable as part of the Calendars Uri, but can only be read if accessed
200 * through any other Uri.
333 * Columns specific to the Calendars Uri that other Uris can query
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 46 import android.net.Uri;
456 public void visitUris(@NonNull Consumer<Uri> visitor) {
534 * Note all {@link Uri} that are referenced internally, with the expectation
535 * that Uri permission grants will need to be issued to ensure the recipient
540 public void visitUris(@NonNull Consumer<Uri> visitor) {
548 private static void visitIconUri(Icon icon, @NonNull Consumer<Uri> visitor) {
1528 final Uri uri = (Uri) this.value; local
    [all...]
  /external/libxml2/
parser.c 63 #include <libxml/uri.h>
413 errmsg = "SYSTEM or PUBLIC, the URI is missing";
5395 xmlURIPtr uri; local
5459 xmlURIPtr uri; local
9244 xmlURIPtr uri; local
9296 xmlURIPtr uri; local
13988 xmlChar *uri; local
    [all...]
xpath.c     [all...]
xmlschemas.c 63 #include <libxml/uri.h>
429 const xmlChar *schemaLocation; /* The URI of the schema document. */
10936 xmlChar *uri = NULL; local
    [all...]
testapi.c 185 #include <libxml/uri.h>
22806 xmlChar * uri; \/* the new base URI *\/ local
24686 xmlURIPtr uri; \/* pointer to an URI structure *\/ local
24758 xmlURIPtr uri; \/* pointer to an xmlURI *\/ local
24794 xmlURIPtr uri; \/* pointer to an xmlURI *\/ local
43405 const char * uri; \/* the URI of the resource for the output *\/ local
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 23 import android.net.Uri;
172 * uri as its parent uri.
185 .put(AccountColumns.URI, String.class)
404 * This string column contains the uri to directly access the information for this account.
406 public static final String URI = "accountUri";
415 * This string column contains the content provider uri to return the
421 * This string column contains the content provider uri to return the
427 * This string column contains the content provider uri to return the
433 * This string column contains the content provider uri that can be queried for searc
    [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
261 SLchar * URI;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 45 import android.net.Uri;
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 473 XAchar * URI;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 34 import android.net.Uri;
136 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber)
140 Uri localUri = ContactsProvider2.convertToLocalUri(enterpriseUri, Phone.CONTENT_URI);
141 Uri expectedUri = Phone.CONTENT_URI.buildUpon().appendPath(phoneNumber)
153 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber)
157 Uri localUri = ContactsProvider2.convertToLocalUri(enterpriseUri, Phone.CONTENT_URI);
158 Uri expectedUri = Phone.CONTENT_URI.buildUpon().appendPath(phoneNumber)
169 Uri enterpriseUri = Phone.ENTERPRISE_CONTENT_URI.buildUpon().appendPath(phoneNumber)
172 Uri localUri = ContactsProvider2.convertToLocalUri(enterpriseUri, Phone.CONTENT_URI);
173 Uri expectedUri = Phone.CONTENT_URI.buildUpon().appendPath(phoneNumber
1321 Uri uri = insertPhoneNumber(rawContactId, "18004664411"); local
3320 final Uri uri = Data.CONTENT_URI.buildUpon(). local
4351 Uri uri = Data.CONTENT_URI; local
4586 final Uri uri = Groups.CONTENT_SUMMARY_URI; local
4897 Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); local
4933 Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); local
4966 Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); local
4995 Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); local
5254 Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); local
5287 Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); local
6288 final Uri uri = ContentUris.withAppendedId(Contacts.CONTENT_URI, contactId); local
6351 Uri uri = ContactsContract.Groups.CONTENT_URI.buildUpon() local
6497 Uri uri = mResolver.insert(Data.CONTENT_URI, values); local
6558 Uri uri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId); local
6595 Uri uri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId1); local
6604 Uri uri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId); local
6640 Uri uri = ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId); local
6984 Uri uri = DataUtil.insertStructuredName(mResolver, rawContactId, "John", "Doe"); local
7027 Uri uri = ContentUris.withAppendedId(ContactsContract.RawContacts.CONTENT_URI, rawContactId); local
7068 Uri uri = ContentUris.withAppendedId(ContactsContract.RawContacts.CONTENT_URI, local
7083 Uri uri = ContentUris.withAppendedId(ContactsContract.RawContacts.CONTENT_URI, local
7102 Uri uri = RawContacts.CONTENT_URI.buildUpon() local
8109 Uri uri = Contacts.CONTENT_URI.buildUpon() local
8319 Uri uri = Uri.withAppendedPath(Contacts.CONTENT_MULTI_VCARD_URI, Uri.encode("123:456")); local
8739 Uri uri = ContactsContract.AUTHORITY_URI.buildUpon().appendPath("complete_name") local
8756 Uri uri = ContactsContract.AUTHORITY_URI.buildUpon().appendPath("complete_name") local
9210 Uri uri = insertPhoneNumber(rawContactId, "1-800-GOOG-411"); local
9218 Uri uri = ContentUris.withAppendedId(URI, 1L); local
9657 final Uri uri = Uri.withAppendedPath(Contacts.CONTENT_URI, String.valueOf(id)); local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/gradle-plugin/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
gson-2.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 

Completed in 1948 milliseconds

1 2 34 5 6 7 8