/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
D | SliceClientPermissionsTest.java | 67 .appendPath("first") in testRemoveBasic() 70 .appendPath("first") in testRemoveBasic() 74 .appendPath("first") in testRemoveBasic() 75 .appendPath("third") in testRemoveBasic() 93 .appendPath("first") in testRemoveSubtrees() 94 .appendPath("second") in testRemoveSubtrees() 97 .appendPath("first") in testRemoveSubtrees() 98 .appendPath("third") in testRemoveSubtrees() 101 .appendPath("first") in testRemoveSubtrees() 105 .appendPath("first") in testRemoveSubtrees() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/ |
D | ClockOptionsProviderTest.java | 74 .appendPath(LIST_OPTIONS) in setUp() 83 .appendPath(LIST_OPTIONS) in testGetType_listOptions() 93 .appendPath(PREVIEW) in testGetType_preview() 94 .appendPath("id") in testGetType_preview() 104 .appendPath(THUMBNAIL) in testGetType_thumbnail() 105 .appendPath("id") in testGetType_thumbnail() 167 .appendPath(PREVIEW) in testOpenFile_preview() 168 .appendPath("id") in testOpenFile_preview() 183 .appendPath(THUMBNAIL) in testOpenFile_thumbnail() 184 .appendPath("id") in testOpenFile_thumbnail()
|
/frameworks/base/core/java/android/provider/ |
D | DocumentsContract.java | 870 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri() 881 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri() 894 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri() 895 .appendPath(PATH_RECENT).build(); in buildRecentDocumentsUri() 906 .appendPath(PATH_TREE).appendPath(documentId).build(); in buildTreeDocumentUri() 918 return getBaseDocumentUriBuilder(authority).appendPath(documentId).build(); in buildDocumentUri() 928 .authority(authority).appendPath(PATH_DOCUMENT); in getBaseDocumentUriBuilder() 956 .authority(treeUri.getAuthority()).appendPath(PATH_TREE) in buildDocumentUriUsingTree() 957 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildDocumentUriUsingTree() 958 .appendPath(documentId).build(); in buildDocumentUriUsingTree() [all …]
|
D | MediaStore.java | 1236 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("file").build(); in getContentUri() 1258 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("object").build(); in getMtpObjectsUri() 1278 return getMtpObjectsUri(volumeName, fileId).buildUpon().appendPath("references") in getMtpReferencesUri() 1287 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("dir").build(); in getDirectoryUri() 1469 return AUTHORITY_URI.buildUpon().appendPath(volumeName) in getContentUri() 1470 .appendPath("downloads").build(); in getContentUri() 1794 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("images") in getContentUri() 1795 .appendPath("media").build(); in getContentUri() 1965 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("images") in getContentUri() 1966 .appendPath("thumbnails").build(); in getContentUri() [all …]
|
D | Telephony.java | 2820 uriBuilder.appendPath("canonical-address"); in getOrCreateCanonicalAddressId() 3104 .appendPath(String.valueOf(messageId)).appendPath("addr").build(); in getAddrUriForMessage() 3224 .appendPath(String.valueOf(messageId)).appendPath( in getPartUriForMessage()
|
D | BrowserContract.java | 417 AUTHORITY_URI.buildUpon().appendPath("accounts").build();
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
D | ClockOptionsProvider.java | 160 .appendPath(KEY_THUMBNAIL) in createThumbnailUri() 161 .appendPath(clock.getId()) in createThumbnailUri() 169 .appendPath(KEY_PREVIEW) in createPreviewUri() 170 .appendPath(clock.getId()) in createPreviewUri()
|
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 75 toCreate = existsPath.getPathLeaf().appendPath(toCreate); in ensureDirectoriesExist() 82 existsPath.appendPath(toCreate.walkPath(&remains)); in ensureDirectoriesExist()
|
D | AaptAssets.cpp | 99 fullPath.appendPath(path); in isHidden() 513 name.appendPath(mPath); in getPrintableSource() 706 pathName.appendPath(fileNames[i].string()); in slurpFullTree() 914 partialPath.appendPath(root); in addFile() 1159 subdirName.appendPath(entry->d_name); in slurpResourceTree()
|
/frameworks/ex/common/java/com/android/common/ |
D | Search.java | 101 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSuggestions() 110 uriBuilder.appendPath(query); in getSuggestions()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 61 return uri.buildUpon().appendPath("19").build(); in testInsert() 64 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsert() 74 return uri.buildUpon().appendPath("19").build(); in testInsertNoValues() 77 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertNoValues() 116 return uri.buildUpon().appendPath("19").build(); in testInsertWithBackRefs() 119 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertWithBackRefs() 131 return uri.buildUpon().appendPath("19").build(); in testUpdate() 134 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testUpdate()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 91 path.appendPath(kResourceCache); in idmapPathForPackagePath() 107 path.appendPath(filename); in idmapPathForPackagePath() 184 realPath.appendPath(kAppZipName); in addAssetPath() 370 path.appendPath(kSystemAssets); in addDefaultAssets() 442 assetName.appendPath(fileName); in open() 590 overlaysListPath.appendPath(kResourceCache); in appendPathToResTable() 591 overlaysListPath.appendPath("overlays.list"); in appendPathToResTable() 792 path.appendPath(fileName); in openNonAssetInPathLocked() 844 sourceName.appendPath(dirName); in createZipSourceNameLocked() 846 sourceName.appendPath(fileName); in createZipSourceNameLocked() [all …]
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/ |
D | EnableZenModeDialogTest.java | 78 mController.mForeverId = Condition.newId(mContext).appendPath("forever").build(); in setup() 95 Uri alarm = Condition.newId(mContext).appendPath("alarm").build(); in setup() 97 Uri countdown = Condition.newId(mContext).appendPath("countdown").build(); in setup()
|
/frameworks/base/core/java/android/content/ |
D | ContentUris.java | 137 builder.appendPath(segments.get(i)); in removeId()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContentRatingSystemInfo.java | 51 .appendPath(String.valueOf(xmlResourceId)) in createTvContentRatingSystemInfo()
|
D | TvContract.java | 488 .appendPath(PATH_PASSTHROUGH).appendPath(inputId).build(); in buildChannelUriForPassthroughInput()
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 230 filename.appendPath("overlays.list"); in idmap_scan() 259 idmap_path.appendPath(flatten_path(overlay_apk_path + 1)); in idmap_scan()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 91 .appendPath(destAddr) in MapMessageSender()
|
/frameworks/base/core/java/android/app/ |
D | SearchManager.java | 916 uriBuilder.appendPath(SearchManager.SUGGEST_URI_PATH_QUERY); in getSuggestions() 925 uriBuilder.appendPath(query); in getSuggestions()
|
/frameworks/base/core/java/android/app/slice/ |
D | Slice.java | 389 mUri = parent.mUri.buildUpon().appendPath("_gen") in Builder() 390 .appendPath(String.valueOf(mItems.size())).build(); in Builder()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 354 .appendPath(constraint.toString()) in doQuery() 409 .appendPath(Contacts.Entity.CONTENT_DIRECTORY) in getCursorForConstruction() 424 .appendPath(Contacts.Entity.CONTENT_DIRECTORY) in getCursorForConstruction()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 177 .appendPath(constraint.toString()) in performFiltering() 233 .appendPath(constraint.toString()) in performFiltering()
|
/frameworks/native/cmds/cmd/ |
D | cmd.cpp | 75 fullPath.appendPath(path8); in openFile()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
D | PartnerConfigHelper.java | 269 .appendPath(SUW_GET_PARTNER_CONFIG_METHOD) in getPartnerConfigBundle()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
D | EnableZenModeDialog.java | 105 mForeverId = Condition.newId(mContext).appendPath("forever").build(); in createDialog() 257 Uri foreverId = Condition.newId(mContext).appendPath("forever").build(); in forever()
|