Searched refs:appendPath (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DApplications.java77 Uri searchUri = CONTENT_URI.buildUpon().appendPath(SEARCH_PATH).appendPath(query).build();
113 .appendPath(packageName)
114 .appendPath(className)
H A DBrowserContract.java320 AUTHORITY_URI.buildUpon().appendPath("accounts").build();
H A DCallLog.java326 .appendPath(cursor.getString(0))
H A DCalendarContract.java1512 * the exception event ID (see {@link Uri.Builder#appendPath}).
1651 builder = builder.appendPath(searchQuery);
H A DMediaStore.java580 baseUri.buildUpon().appendPath(String.valueOf(origId))
H A DContactsContract.java1716 * .appendPath(Contacts.AggregationSuggestions.CONTENT_DIRECTORY)
1823 builder.appendPath(Contacts.AggregationSuggestions.CONTENT_DIRECTORY);
3137 * .appendPath(lookupKey)
3138 * .appendPath(Contacts.StreamItems.CONTENT_DIRECTORY).build(),
7462 * .appendPath(TextUtils.join(",", dataIds))
/frameworks/base/tools/aapt/
H A DCacheUpdater.h70 toCreate = existsPath.getPathLeaf().appendPath(toCreate);
77 existsPath.appendPath(toCreate.walkPath(&remains));
H A DAaptAssets.cpp76 subdirName.appendPath(path);
102 subdirName.appendPath(path);
1513 name.appendPath(mPath);
1694 pathName.appendPath(fileNames[i].string());
1859 partialPath.appendPath(root);
2099 subdirName.appendPath(entry->d_name);
H A DResource.cpp132 mPath.appendPath(file->getGroupEntry().toDirName(mResType));
133 mPath.appendPath(leaf);
1948 dest.appendPath(part);
1958 dest.appendPath(className);
1991 dependencyFile.appendPath("R.java.d");
H A DCommand.cpp1606 dependencyFile.appendPath("R.java.d");
/frameworks/base/include/utils/
H A DString8.h196 String8& appendPath(const char* leaf);
197 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } function in class:android::String8
200 * Like appendPath(), but does not affect this string. Returns a new one instead.
203 { String8 p(*this); p.appendPath(leaf); return p; }
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java60 return uri.buildUpon().appendPath("19").build();
63 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString());
73 return uri.buildUpon().appendPath("19").build();
76 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString());
115 return uri.buildUpon().appendPath("19").build();
118 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString());
130 return uri.buildUpon().appendPath("19").build();
133 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString());
/frameworks/base/libs/utils/
H A DAssetManager.cpp80 path.appendPath(kIdmapCacheDir);
96 path.appendPath(filename);
145 realPath.appendPath(kAppZipName);
361 path.appendPath(kSystemAssets);
492 assetName.appendPath(fileName);
771 path.appendPath(fileName);
860 path.appendPath(fileName);
883 path.appendPath(fileName);
940 path.appendPath((locale != NULL) ? locale : kDefaultLocale);
941 path.appendPath((vendo
[all...]
H A DString8.cpp581 String8& String8::appendPath(const char* name) function in class:android::String8
H A DBackupHelpers.cpp608 prefix.appendPath(domain);
615 fullname.appendPath(relpath);
/frameworks/base/tools/localize/
H A Dfile_utils.cpp35 dest.appendPath(part);
/frameworks/base/core/java/android/app/
H A DSearchManager.java808 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY);
817 uriBuilder.appendPath(query);
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java212 .appendPath(TextUtils.join(",", dataIds))
H A DBaseEmailAddressAdapter.java177 .appendPath(constraint.toString())
233 .appendPath(constraint.toString())
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java318 uri = uri.buildUpon().appendPath("c").build();
342 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java769 .appendPath(constraint.toString())
/frameworks/base/core/java/android/net/
H A DUri.java1414 public Builder appendPath(String newSegment) { method in class:Uri.Builder

Completed in 365 milliseconds