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

1 2 34 5 6 7 8 910

  /frameworks/base/core/java/android/net/
Uri.java 102 ambiguous in terms of differentiating between an authority component
106 matching. In other words, the authority component wins."
109 <scheme>://<authority><path>?<query>
203 * Gets the decoded authority part of this URI. For
204 * server addresses, the authority is structured as follows:
209 * @return the authority for this URI or null if not present
214 * Gets the encoded authority part of this URI. For
215 * server addresses, the authority is structured as follows:
220 * @return the authority for this URI or null if not present
225 * Gets the decoded user information from the authority
574 private Part authority; field in class:Uri.StringUri
1064 String authority = getEncodedAuthority(); local
1087 String authority = getEncodedAuthority(); local
1112 String authority = getEncodedAuthority(); local
1145 private final Part authority; field in class:Uri.HierarchicalUri
1327 private Part authority; field in class:Uri.Builder
1370 Builder authority(Part authority) { method in class:Uri.Builder
1381 public Builder authority(String authority) { method in class:Uri.Builder
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 176 final String authority = uri.getAuthority(); local
177 if (Contacts.AUTHORITY.equals(authority)) {
179 } else if (ContactsContract.AUTHORITY.equals(authority)) {
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URI.java 105 * [<i>scheme</i><b>{@code :}</b>][<b>{@code //}</b><i>authority</i>][<i>path</i>][<b>{@code ?}</b><i>query</i>][<b>{@code #}</b><i>fragment</i>]
113 * <p> The authority component of a hierarchical URI is, if specified, either
114 * <i>server-based</i> or <i>registry-based</i>. A server-based authority
123 * authority component that does not parse in this way is considered to be
129 * specifies an authority is always absolute.
133 * <blockquote><table summary="Describes the components of a URI:scheme,scheme-specific-part,authority,user-info,host,port,path,query,fragment">
137 * <tr><td>authority</td><td>{@code String}</td></tr>
159 * authority component is present and is server-based then the host component
388 * slashes before an empty authority (as in {@code file:///tmp/}&nbsp;) or a
411 * if <i>u</i> is hierarchical and has either no authority or a server-base
477 private transient String authority; \/\/ Registry or server field in class:URI
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 815 String authority = Calendars.CONTENT_URI.getAuthority(); local
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 519 logIntraProviderFileOps(context, dst.authority, operationType);
610 final String authority = docUri.getAuthority(); local
611 switch (authority) {
680 isSystemProvider(dst.authority) ? PROVIDER_SYSTEM : PROVIDER_EXTERNAL;
686 Context context, String authority, @OpType int operationType) {
688 String histogram = isSystemProvider(authority) ? COUNT_FILEOP_SYSTEM : COUNT_FILEOP_EXTERNAL;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 267 String authority = android.provider.Contacts.AUTHORITY; external variable declarations
268 matcher.addURI(authority, "extensions", EXTENSIONS);
269 matcher.addURI(authority, "extensions/#", EXTENSIONS_ID);
270 matcher.addURI(authority, "groups", GROUPS);
271 matcher.addURI(authority, "groups/#", GROUPS_ID);
272 matcher.addURI(authority, "groups/name/*/members", GROUP_NAME_MEMBERS);
273 // matcher.addURI(authority, "groups/name/*/members/filter/*",
275 matcher.addURI(authority, "groups/system_id/*/members", GROUP_SYSTEM_ID_MEMBERS);
276 // matcher.addURI(authority, "groups/system_id/*/members/filter/*"
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.1/
grpc-netty-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/1.0.3/
grpc-netty-1.0.3.jar 
  /external/libevent/
http.c 4247 char *authority; local
    [all...]
evdns.c 286 int n_authority; /* how many authority RRs have been set? */
290 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1008 u16 trans_id, questions, answers, authority, additional, datalength; local
1021 GET16(authority);
1023 (void) authority; /* suppress "unused variable" warnings. */
1209 u16 trans_id, flags, questions, answers, authority, additional; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
DatabaseIndexingManager.java 191 final String authority = info.providerInfo.authority; local
195 addIndexablesFromRemoteProvider(packageName, authority);
198 addNonIndexablesKeysFromRemoteProvider(packageName, authority);
382 boolean addIndexablesFromRemoteProvider(String packageName, String authority) {
384 final Context context = mBaseAuthority.equals(authority) ?
387 final Uri uriForResources = buildUriForXmlResources(authority);
391 final Uri uriForRawData = buildUriForRawData(authority);
404 String authority) {
406 getNonIndexablesKeysFromRemoteProvider(packageName, authority);
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 879 String authority = uri.getAuthority(); local
1609 String authority = underlyingUri.getAuthority(); local
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 1055 final String authority = ContentProvider.getAuthorityWithoutUserId(uri.getAuthority()); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 135 * the backoff on the authority. Then we reschedule all syncs associated with that authority to
604 type.authority, null, AuthorityInfo.UNDEFINED);
2111 String authority = settings.target.provider; local
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 49 CREATE TABLE directories(_id INTEGER PRIMARY KEY AUTOINCREMENT,packageName TEXT NOT NULL,authority TEXT NOT NULL,typeResourceId INTEGER,typeResourceName TEXT,accountType TEXT,accountName TEXT,displayName TEXT, exportSupport INTEGER NOT NULL DEFAULT 0,shortcutSupport INTEGER NOT NULL DEFAULT 0,photoSupport INTEGER NOT NULL DEFAULT 0);
    [all...]
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 

Completed in 1004 milliseconds

1 2 34 5 6 7 8 910