Home
last modified time | relevance | path

Searched refs:appendPath (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/provider/
DDocumentsContract.java508 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri()
519 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri()
532 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri()
533 .appendPath(PATH_RECENT).build(); in buildRecentDocumentsUri()
546 .authority(authority).appendPath(PATH_DOCUMENT).appendPath(documentId).build(); in buildDocumentUri()
562 .appendPath(PATH_DOCUMENT).appendPath(parentDocumentId).appendPath(PATH_CHILDREN) in buildChildDocumentsUri()
578 .appendPath(PATH_ROOT).appendPath(rootId).appendPath(PATH_SEARCH) in buildSearchDocumentsUri()
DCallLog.java378 .appendPath(cursor.getString(0)) in addCall()
DBrowserContract.java411 AUTHORITY_URI.buildUpon().appendPath("accounts").build();
DMediaStore.java678 baseUri.buildUpon().appendPath(String.valueOf(origId)) in getThumbnail()
DCalendarContract.java1785 builder = builder.appendPath(searchQuery); in query()
DContactsContract.java1846 builder.appendPath(Contacts.AggregationSuggestions.CONTENT_DIRECTORY); in build()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentsProvider.java100 .authority(AUTHORITY).appendPath("recent").build(); in buildRecent()
105 .appendPath("state").appendPath(authority).appendPath(rootId).appendPath(documentId) in buildState()
111 .authority(AUTHORITY).appendPath("resume").appendPath(packageName).build(); in buildResume()
/frameworks/base/libs/androidfw/
DAssetManager.cpp93 path.appendPath(kIdmapCacheDir); in idmapPathForPackagePath()
109 path.appendPath(filename); in idmapPathForPackagePath()
176 realPath.appendPath(kAppZipName); in addAssetPath()
392 path.appendPath(kSystemAssets); in addDefaultAssets()
523 assetName.appendPath(fileName); in open()
804 path.appendPath(fileName); in openNonAssetInPathLocked()
893 path.appendPath(fileName); in openInLocaleVendorLocked()
916 path.appendPath(fileName); in openInLocaleVendorLocked()
973 path.appendPath((locale != NULL) ? locale : kDefaultLocale); in openInLocaleVendorLocked()
974 path.appendPath((vendor != NULL) ? vendor : kDefaultVendor); in openInLocaleVendorLocked()
[all …]
DBackupHelpers.cpp605 prefix.appendPath(domain); in write_tarfile()
612 fullname.appendPath(relpath); in write_tarfile()
/frameworks/base/tools/aapt/
DCacheUpdater.h70 toCreate = existsPath.getPathLeaf().appendPath(toCreate); in ensureDirectoriesExist()
77 existsPath.appendPath(toCreate.walkPath(&remains)); in ensureDirectoriesExist()
DAaptAssets.cpp99 fullPath.appendPath(path); in isHidden()
1623 name.appendPath(mPath); in getPrintableSource()
1804 pathName.appendPath(fileNames[i].string()); in slurpFullTree()
2012 partialPath.appendPath(root); in addFile()
2252 subdirName.appendPath(entry->d_name); in slurpResourceTree()
DResource.cpp137 mPath.appendPath(file->getGroupEntry().toDirName(mResType)); in next()
138 mPath.appendPath(leaf); in next()
2188 dest.appendPath(part); in writeResourceSymbols()
2198 dest.appendPath(className); in writeResourceSymbols()
2229 textDest.appendPath(className); in writeResourceSymbols()
2255 dependencyFile.appendPath("R.java.d"); in writeResourceSymbols()
DCommand.cpp1974 dependencyFile.appendPath("R.java.d"); in doPackage()
/frameworks/ex/common/java/com/android/common/
DSearch.java101 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSuggestions()
110 uriBuilder.appendPath(query); in getSuggestions()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java60 return uri.buildUpon().appendPath("19").build(); in testInsert()
63 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsert()
73 return uri.buildUpon().appendPath("19").build(); in testInsertNoValues()
76 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertNoValues()
115 return uri.buildUpon().appendPath("19").build(); in testInsertWithBackRefs()
118 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertWithBackRefs()
130 return uri.buildUpon().appendPath("19").build(); in testUpdate()
133 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testUpdate()
/frameworks/base/core/java/android/app/
DSearchManager.java805 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSuggestions()
814 uriBuilder.appendPath(query); in getSuggestions()
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java177 .appendPath(constraint.toString()) in performFiltering()
233 .appendPath(constraint.toString()) in performFiltering()
DDataUsageStatUpdater.java212 .appendPath(TextUtils.join(",", dataIds)) in update()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSuggestionsAdapter.java729 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSearchManagerSuggestions()
738 uriBuilder.appendPath(query); in getSearchManagerSuggestions()
/frameworks/base/core/tests/coretests/src/android/net/
DUriTest.java316 uri = uri.buildUpon().appendPath("c").build(); in testPathOperations()
340 Uri withC = Uri.parse("foo:/a/b/").buildUpon().appendPath("c").build(); in testPathOperations()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java314 .appendPath(constraint.toString()) in doQuery()
DBaseRecipientAdapter.java880 .appendPath(constraint.toString()) in doQuery()
/frameworks/base/core/java/android/content/
DContentProvider.java946 return uri.buildUpon().appendPath("0").build(); in rejectInsert()
/frameworks/base/core/java/android/net/
DUri.java1417 public Builder appendPath(String newSegment) { in appendPath() method in Uri.Builder
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd1145 builder.appendPath("time");

12