Searched defs:getScheme (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpConnection.java92 String getScheme() { method in class:HttpConnection
H A DHttpsConnection.java418 String getScheme() { method in class:HttpsConnection
H A DConnection.java504 abstract String getScheme(); method in class:Connection
H A DHttpAuthHeader.java184 public int getScheme() { method in class:HttpAuthHeader
/frameworks/base/core/java/android/net/
H A DWebAddress.java142 public String getScheme() { method in class:WebAddress
H A DUri.java170 public abstract String getScheme(); method in class:Uri
361 String scheme = getScheme();
527 public String getScheme() { method in class:Uri.StringUri
775 .scheme(getScheme())
782 .scheme(getScheme())
863 public String getScheme() { method in class:Uri.OpaqueUri
1178 public String getScheme() { method in class:Uri.HierarchicalUri
/frameworks/base/core/java/android/content/
H A DIntent.java3581 * @see #getScheme
3601 * <p>This is the same as calling getData().getScheme() (and checking for
3608 public String getScheme() { method in class:Intent
3609 return mData != null ? mData.getScheme() : null;
3660 if ("content".equals(mData.getScheme())) {

Completed in 117 milliseconds