HomeSort by relevance Sort by last modified time
    Searched full:uri (Results 1 - 25 of 2862) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/address/
AddressFactory.java 8 Address createAddress(URI uri);
9 Address createAddress(String displayName, URI uri)
11 SipURI createSipURI(String uri) throws ParseException;
13 TelURL createTelURL(String uri) throws ParseException;
14 URI createURI(String uri) throws ParseException;
Address.java 17 URI getURI();
18 void setURI(URI uri);
  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 19 import android.net.Uri;
32 Uri.Builder builder = new Uri.Builder();
36 Uri uri = builder.build(); local
37 assertEquals("//foo", uri.toString());
42 parcelAndUnparcel(Uri.parse("foo:bob%20lee"));
43 parcelAndUnparcel(Uri.fromParts("foo", "bob lee", "fragment"));
44 parcelAndUnparcel(new Uri.Builder()
53 private void parcelAndUnparcel(Uri u)
166 Uri uri = Uri.parse("http:\/\/localhost:42"); local
213 Uri uri = Uri.parse("foo:\/\/bar\/a%20a\/b%20b"); local
260 Uri uri = Uri.fromFile(f); local
267 Uri uri = Uri.parse("content:\/\/user"); local
287 Uri uri = Uri.parse("empty:"); local
295 Uri uri = Uri.parse("content:\/\/user"); local
301 Uri uri = Uri.parse("content:\/\/user\/a\/b"); local
337 Uri uri = Uri.parse("mailto:nobody"); local
427 Uri uri = Uri.parse(uriString); local
531 Uri uri = Uri.parse("http:\/\/test\/").buildUpon() local
542 Uri uri = Uri.parse("http:\/\/test\/").buildUpon() local
551 Uri uri; local
    [all...]
  /cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderPath.java 6 import android.net.Uri;
14 public int delete(Uri uri, String selection, String[] selectionArgs) {
20 public String getType(Uri uri) {
25 public Uri insert(Uri uri, ContentValues values) {
35 public Cursor query(Uri uri, String[] projection, String selection
    [all...]
PermissionContentProvider.java 22 import android.net.Uri;
30 public int delete(Uri uri, String selection, String[] selectionArgs) {
36 public String getType(Uri uri) {
41 public Uri insert(Uri uri, ContentValues values) {
51 public Cursor query(Uri uri, String[] projection, String selection
    [all...]
PermissionContentProviderGranting.java 22 import android.net.Uri;
30 public int delete(Uri uri, String selection, String[] selectionArgs) {
36 public String getType(Uri uri) {
41 public Uri insert(Uri uri, ContentValues values) {
51 public Cursor query(Uri uri, String[] projection, String selection
    [all...]
PrivateContentProvider.java 22 import android.net.Uri;
30 public int delete(Uri uri, String selection, String[] selectionArgs) {
36 public String getType(Uri uri) {
41 public Uri insert(Uri uri, ContentValues values) {
51 public Cursor query(Uri uri, String[] projection, String selection
    [all...]
PrivateContentProviderGranting.java 22 import android.net.Uri;
30 public int delete(Uri uri, String selection, String[] selectionArgs) {
36 public String getType(Uri uri) {
41 public Uri insert(Uri uri, ContentValues values) {
51 public Cursor query(Uri uri, String[] projection, String selection
    [all...]
  /external/nist-sip/java/javax/sip/header/
AlertInfoHeader.java 3 import javax.sip.address.URI;
8 URI getAlertInfo();
9 void setAlertInfo(URI alertInfo);
CallInfoHeader.java 3 import javax.sip.address.URI;
8 URI getInfo();
9 void setInfo(URI info);
WWWAuthenticateHeader.java 3 import javax.sip.address.URI;
11 URI getURI();
16 void setURI(URI uri);
ErrorInfoHeader.java 4 import javax.sip.address.URI;
9 URI getErrorInfo();
10 void setErrorInfo(URI errorInfo);
  /external/webkit/LayoutTests/http/tests/appcache/resources/intercept/
.htaccess 2 RewriteRule ^.* /appcache/resources/print-uri.php [L,NS]
  /frameworks/base/core/java/android/content/
ContentProviderResult.java 19 import android.net.Uri;
25 * to have exactly one of {@link #uri} or {@link #count} set.
28 public final Uri uri; field in class:ContentProviderResult
31 public ContentProviderResult(Uri uri) {
32 if (uri == null) throw new IllegalArgumentException("uri must not be null");
33 this.uri = uri;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SipRequestLine.java 3 import javax.sip.address.URI;
13 /** get the Request-URI.
15 * @return the request URI
17 public abstract URI getUri();
34 * Set the URI.
36 * @param uri URI to set.
38 public abstract void setUri(URI uri);
  /libcore/luni/src/main/java/java/net/
CookieStoreImpl.java 32 private final Map<URI, List<HttpCookie>> map = new HashMap<URI, List<HttpCookie>>();
34 public synchronized void add(URI uri, HttpCookie cookie) {
39 uri = cookiesUri(uri);
40 List<HttpCookie> cookies = map.get(uri);
43 map.put(uri, cookies);
50 private URI cookiesUri(URI uri)
    [all...]
CookieStore.java 36 * A cookie may or may not has an associated URI. If not, the cookie's
38 * associated URI and no domain and path attribute are speicifed for the
39 * cookie, the given URI will indicate where this cookie comes from.
41 * If a cookie corresponding to the given URI already exists, then it is
44 * @param uri
45 * the uri associated with the specified cookie. A null value
46 * indicates the cookie is not associated with a URI
50 void add(URI uri, HttpCookie cookie);
53 * Retrieves cookies that match the specified URI. Return not expired cookies
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 24 import android.net.Uri;
30 @TestTargetClass(Uri.class)
36 args = {android.os.Parcel.class, android.net.Uri.class}
39 parcelAndUnparcel(Uri.parse("foo:bob%20lee"));
40 parcelAndUnparcel(Uri.fromParts("foo", "bob lee", "fragment"));
41 parcelAndUnparcel(new Uri.Builder()
50 private void parcelAndUnparcel(Uri u) {
52 Uri.writeToParcel(p, u);
54 assertEquals(u, Uri.CREATOR.createFromParcel(p));
58 Uri.writeToParcel(p, u)
187 Uri uri = Uri.parse("http:\/\/localhost:42"); local
311 Uri uri = Uri.fromFile(f); local
334 Uri uri = Uri.parse("content:\/\/user"); local
369 Uri uri = Uri.parse("content:\/\/user\/a\/b"); local
462 Uri uri = Uri.parse("mailto:nobody"); local
643 Uri uri = Uri.parse(uriString); local
    [all...]
  /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DisabledProvider.java 22 import android.net.Uri;
34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
39 public String getType(Uri uri) {
43 public Uri insert(Uri uri, ContentValues values) {
47 public int delete(Uri uri, String selection, String[] selectionArgs)
    [all...]
EnabledProvider.java 22 import android.net.Uri;
34 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
39 public String getType(Uri uri) {
43 public Uri insert(Uri uri, ContentValues values) {
47 public int delete(Uri uri, String selection, String[] selectionArgs)
    [all...]
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
Provider.java 23 import android.net.Uri;
31 public Cursor query(Uri uri, String[] projection,
39 public Uri insert(Uri uri, ContentValues values) {
43 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) {
47 public int delete(Uri uri, String selection, String[] selectionArgs)
    [all...]
  /external/bluetooth/glib/glib/
gbookmarkfile.h 77 const gchar *uri,
80 const gchar *uri,
83 const gchar *uri,
86 const gchar *uri,
89 const gchar *uri,
92 const gchar *uri,
95 const gchar *uri,
99 const gchar *uri,
102 const gchar *uri,
106 const gchar *uri,
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
TableContentProvider.java 29 import android.net.Uri;
43 // Add the table URI mapping.
49 // Add the row URI mapping.
64 public String getType(Uri uri) {
65 // Resolve the URI.
66 int match = mUriMatcher.match(uri);
68 throw new IllegalArgumentException("Invalid URI: " + uri);
78 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
97 cursor.setNotificationUri(getContext().getContentResolver(), uri); local
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
URITest.java 21 import java.net.URI;
35 URI uri = new URI(str); local
36 assertEquals(host, uri.getHost());
37 assertEquals(path, uri.getPath());
38 assertEquals(absolute, uri.isAbsolute());
48 private static void resolve(String base, String uri, String expected) {
49 URI b = URI.create(base)
    [all...]
  /frameworks/base/core/java/com/google/android/mms/util/
PduCache.java 22 import android.net.Uri;
30 public final class PduCache extends AbstractCache<Uri, PduCacheEntry> {
75 private final HashMap<Integer, HashSet<Uri>> mMessageBoxes;
76 private final HashMap<Long, HashSet<Uri>> mThreads;
79 mMessageBoxes = new HashMap<Integer, HashSet<Uri>>();
80 mThreads = new HashMap<Long, HashSet<Uri>>();
94 synchronized public boolean put(Uri uri, PduCacheEntry entry) {
96 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId);
98 msgBox = new HashSet<Uri>();
    [all...]

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>