/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 | 871 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri() 882 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri() 895 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri() 896 .appendPath(PATH_RECENT).build(); in buildRecentDocumentsUri() 907 .appendPath(PATH_TREE).appendPath(documentId).build(); in buildTreeDocumentUri() 919 return getBaseDocumentUriBuilder(authority).appendPath(documentId).build(); in buildDocumentUri() 929 .authority(authority).appendPath(PATH_DOCUMENT); in getBaseDocumentUriBuilder() 957 .authority(treeUri.getAuthority()).appendPath(PATH_TREE) in buildDocumentUriUsingTree() 958 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildDocumentUriUsingTree() 959 .appendPath(documentId).build(); in buildDocumentUriUsingTree() [all …]
|
D | MediaStore.java | 1234 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("file").build(); in getContentUri() 1256 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("object").build(); in getMtpObjectsUri() 1276 return getMtpObjectsUri(volumeName, fileId).buildUpon().appendPath("references") in getMtpReferencesUri() 1285 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("dir").build(); in getDirectoryUri() 1467 return AUTHORITY_URI.buildUpon().appendPath(volumeName) in getContentUri() 1468 .appendPath("downloads").build(); in getContentUri() 1792 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("images") in getContentUri() 1793 .appendPath("media").build(); in getContentUri() 1963 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("images") in getContentUri() 1964 .appendPath("thumbnails").build(); in getContentUri() [all …]
|
D | BrowserContract.java | 417 AUTHORITY_URI.buildUpon().appendPath("accounts").build();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | RcsMessageQueryHelper.java | 125 return CONTENT_AND_AUTHORITY.buildUpon().appendPath( in getMessageDeletionUri() 126 isGroup ? RCS_GROUP_THREAD_URI_PART : RCS_1_TO_1_THREAD_URI_PART).appendPath( in getMessageDeletionUri() 127 Integer.toString(rcsThreadId)).appendPath( in getMessageDeletionUri() 128 isIncoming ? INCOMING_MESSAGE_URI_PART : OUTGOING_MESSAGE_URI_PART).appendPath( in getMessageDeletionUri() 133 return getMessageInsertionUri(isIncoming).buildUpon().appendPath( in getMessageUpdateUri() 177 return getMessageInsertionUri(false).buildUpon().appendPath( in getMessageDeliveryQueryUri() 178 Integer.toString(messageId)).appendPath(DELIVERY_URI_PART).build(); in getMessageDeliveryQueryUri() 206 return UNIFIED_MESSAGE_URI.buildUpon().appendPath(Integer.toString(messageId)).appendPath( in getFileTransferInsertionUri()
|
D | RcsThreadQueryHelper.java | 142 return RCS_GROUP_THREAD_URI.buildUpon().appendPath(Integer.toString(rcsThreadId)) in getAllParticipantsInThreadUri() 143 .appendPath(RCS_PARTICIPANT_URI_PART).build(); in getAllParticipantsInThreadUri() 147 return RCS_GROUP_THREAD_URI.buildUpon().appendPath(Integer.toString(rcsThreadId)) in getParticipantInThreadUri() 148 .appendPath(RCS_PARTICIPANT_URI_PART).appendPath(Integer.toString( in getParticipantInThreadUri()
|
D | RcsEventQueryHelper.java | 68 return RCS_PARTICIPANT_URI.buildUpon().appendPath(Integer.toString(participantId)) in getParticipantEventInsertionUri() 69 .appendPath(ALIAS_CHANGE_EVENT_URI_PART).build(); in getParticipantEventInsertionUri() 122 Uri eventUri = RCS_GROUP_THREAD_URI.buildUpon().appendPath( in createGroupThreadEvent() 123 Integer.toString(threadId)).appendPath(getPathForEventType(eventType)).build(); in createGroupThreadEvent()
|
/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/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/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/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()
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 237 filename.appendPath("overlays.list"); in idmap_scan() 266 idmap_path.appendPath(flatten_path(overlay_apk_path + 1)); in idmap_scan()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 87 .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/native/cmds/cmd/ |
D | cmd.cpp | 75 fullPath.appendPath(path8); in openFile()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 177 .appendPath(constraint.toString()) in performFiltering() 233 .appendPath(constraint.toString()) in performFiltering()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/ |
D | PartnerConfigHelper.java | 269 .appendPath(SUW_GET_PARTNER_CONFIG_METHOD) in getPartnerConfigBundle()
|