/packages/apps/Settings/src/com/android/settings/slices/ |
D | CustomSliceRegistry.java | 61 .appendPath(SettingsSlicesContract.PATH_SETTING_INTENT) 62 .appendPath(ScreenTimeoutPreferenceController.PREF_NAME) 71 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 72 .appendPath(SettingsSlicesContract.KEY_BLUETOOTH) 81 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 82 .appendPath("bluetooth_devices") 91 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 92 .appendPath("contextual_wifi") 100 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 101 .appendPath("enhanced_4g_lte") [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/ |
D | BluetoothMapEmailProviderTest.java | 115 .appendPath(ACCOUNT_ID) in delete_whenTableNameIsWrong() 116 .appendPath("some_random_table_name") in delete_whenTableNameIsWrong() 117 .appendPath(MESSAGE_ID) in delete_whenTableNameIsWrong() 129 .appendPath(ACCOUNT_ID) in delete_success() 130 .appendPath(BluetoothMapContract.TABLE_MESSAGE) in delete_success() 131 .appendPath(MESSAGE_ID) in delete_success() 142 .appendPath(ACCOUNT_ID) in insert_whenFolderIdIsNull() 143 .appendPath(BluetoothMapContract.TABLE_MESSAGE) in insert_whenFolderIdIsNull() 155 .appendPath(ACCOUNT_ID) in insert_whenTableNameIsWrong() 156 .appendPath("some_random_table_name") in insert_whenTableNameIsWrong() [all …]
|
D | BluetoothMapIMProviderTest.java | 128 .appendPath(ACCOUNT_ID) in delete_whenTableNameIsWrong() 129 .appendPath("some_random_table_name") in delete_whenTableNameIsWrong() 130 .appendPath(MESSAGE_ID) in delete_whenTableNameIsWrong() 142 .appendPath(ACCOUNT_ID) in delete_success() 143 .appendPath(BluetoothMapContract.TABLE_MESSAGE) in delete_success() 144 .appendPath(MESSAGE_ID) in delete_success() 155 .appendPath(ACCOUNT_ID) in insert_whenTableNameIsWrong() 156 .appendPath("some_random_table_name") in insert_whenTableNameIsWrong() 168 .appendPath(ACCOUNT_ID) in insert_success() 169 .appendPath(BluetoothMapContract.TABLE_MESSAGE) in insert_success() [all …]
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | SettingsQCRegistry.java | 37 .appendPath("bluetooth_switch") 43 .appendPath("paired_bluetooth_devices") 49 .appendPath("wifi_tile") 55 .appendPath("hotspot_tile") 61 .appendPath("mobile_data_tile") 67 .appendPath("wifi_row") 73 .appendPath("hotspot_row") 79 .appendPath("mobile_data_row") 85 .appendPath("brightness_slider") 91 .appendPath("brightness_slider_with_icon") [all …]
|
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/legal/ |
D | ModuleLicenseProviderTest.java | 86 .appendPath(PACKAGE_NAME) in getType_notContentScheme_throwsIllegalArgumentException() 87 .appendPath(LICENSE_FILE_NAME) in getType_notContentScheme_throwsIllegalArgumentException() 97 .appendPath(PACKAGE_NAME) in getType_invalidAuthority_throwsIllegalArgumentException() 98 .appendPath(LICENSE_FILE_NAME) in getType_invalidAuthority_throwsIllegalArgumentException() 117 .appendPath(LICENSE_FILE_NAME) in getType_missingPackageName_throwsIllegalArgumentException() 127 .appendPath(PACKAGE_NAME) in getType_missingFileName_throwsIllegalArgumentException() 137 .appendPath(PACKAGE_NAME) in getType_incorrectFileName_throwsIllegalArgumentException() 138 .appendPath("badname.txt") in getType_incorrectFileName_throwsIllegalArgumentException() 156 .appendPath(PACKAGE_NAME) in getType_packageNotAModule_throwsIllegalArgumentException() 157 .appendPath(LICENSE_FILE_NAME) in getType_packageNotAModule_throwsIllegalArgumentException() [all …]
|
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapContract.java | 166 .appendPath(TABLE_ACCOUNT) in buildAccountUri() 178 .appendPath(TABLE_ACCOUNT) in buildAccountUriwithId() 179 .appendPath(accountId) in buildAccountUriwithId() 190 .appendPath(TABLE_MESSAGE) in buildMessageUri() 202 .appendPath(accountId) in buildMessageUri() 203 .appendPath(TABLE_MESSAGE) in buildMessageUri() 215 .appendPath(accountId) in buildMessageUriWithId() 216 .appendPath(TABLE_MESSAGE) in buildMessageUriWithId() 217 .appendPath(messageId) in buildMessageUriWithId() 229 .appendPath(accountId) in buildFolderUri() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
D | SettingsSliceProviderTest.java | 111 .appendPath(SettingsSlicesContract.PATH_SETTING_INTENT) 112 .appendPath(KEY) 117 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 118 .appendPath(KEY) 269 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in onBindSlice_requestsBlockedSlice_returnsNull() 270 .appendPath(blockedKey) in onBindSlice_requestsBlockedSlice_returnsNull() 326 .appendPath("invalid_path") in getDescendantUris_wrongPath_returnsEmpty() 343 .appendPath("invalid") in getDescendantUris_invalidPath_returnsEmpty() 393 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in getDescendantUris_oemSlice_returnsOEMUriDescendant() 400 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in getDescendantUris_oemSlice_returnsOEMUriDescendant() [all …]
|
D | SlicesDatabaseAccessorTest.java | 149 .appendPath("action") in testGetSliceFromUri_validUri_validSliceReturned() 150 .appendPath(key) in testGetSliceFromUri_validUri_validSliceReturned() 173 .appendPath("intent") in testGetSliceFromUri_invalidUri_errorThrown() 174 .appendPath("durr") in testGetSliceFromUri_invalidUri_errorThrown() 239 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in getSliceUris_publicSlice_returnPublicUri() 240 .appendPath("test_public") in getSliceUris_publicSlice_returnPublicUri() 258 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in getSliceUris_nonPublicSlice_returnNonPublicUri() 259 .appendPath("test_private") in getSliceUris_nonPublicSlice_returnNonPublicUri()
|
D | SliceBuilderUtilsTest.java | 214 .appendPath(SettingsSlicesContract.PATH_SETTING_INTENT) in getPathData_splitsIntentUri() 215 .appendPath(KEY) in getPathData_splitsIntentUri() 228 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in getPathData_splitsActionUri() 229 .appendPath(KEY) in getPathData_splitsActionUri() 242 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in getPathData_noKey_returnsNull() 254 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in getPathData_extraArg_returnsNull() 255 .appendPath(KEY) in getPathData_extraArg_returnsNull() 256 .appendPath(KEY) in getPathData_extraArg_returnsNull() 332 final Uri expectedUri = new Uri.Builder().appendPath(sliceData.getKey()).build(); in testContentIntent_includesUniqueData()
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
D | LocationUrlBuilder.java | 86 .appendPath(MAPS_PATH) in getStaticMapUrl() 87 .appendPath(API_PATH) in getStaticMapUrl() 88 .appendPath(STATIC_MAP_PATH) in getStaticMapUrl() 112 .appendPath(MAPS_PATH) in getReverseGeocodeUrl() 113 .appendPath(API_PATH) in getReverseGeocodeUrl() 114 .appendPath(GEOCODE_PATH) in getReverseGeocodeUrl() 115 .appendPath(GEOCODE_OUTPUT_TYPE) in getReverseGeocodeUrl()
|
/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | MediaStore.java | 1898 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("file").build(); in getContentUri() 1937 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("dir").build(); in getDirectoryUri() 2290 return AUTHORITY_URI.buildUpon().appendPath(volumeName) in getContentUri() 2291 .appendPath("downloads").build(); in getContentUri() 2643 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("images") in getContentUri() 2644 .appendPath("media").build(); in getContentUri() 2829 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("images") in getContentUri() 2830 .appendPath("thumbnails").build(); in getContentUri() 3175 return AUTHORITY_URI.buildUpon().appendPath(volumeName).appendPath("audio") in getContentUri() 3176 .appendPath("media").build(); in getContentUri() [all …]
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.kt | 94 LIST_RECENTS_URI.buildUpon().appendPath(destination.asString()).build(), in <lambda>() 132 GET_THUMBNAIL_BASE_URI.buildUpon().appendPath(wallpaperId).build(), in <lambda>() 172 private val SET_WALLPAPER_URI = BASE_URI.buildUpon().appendPath(PATH_SET_WALLPAPER).build() in <lambda>() 174 private val LIST_RECENTS_URI = BASE_URI.buildUpon().appendPath(PATH_LIST_RECENTS).build() in <lambda>() 179 BASE_URI.buildUpon().appendPath(PATH_GET_THUMBNAIL).build() in <lambda>()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | PickerUriResolver.java | 60 appendPath(PICKER_SEGMENT).build(); 66 appendPath(PICKER_INTERNAL_SEGMENT).build(); 230 builder.appendPath(PICKER_SEGMENT); in wrapProviderUri() 231 builder.appendPath(String.valueOf(userId)); in wrapProviderUri() 232 builder.appendPath(uri.getHost()); in wrapProviderUri() 235 builder.appendPath(segments.get(i)); in wrapProviderUri() 256 builder.appendPath(segments.get(i)); in unwrapProviderUri()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GlobalSearchSupportTest.java | 61 .appendPath(SearchManager.SUGGEST_URI_PATH_QUERY).appendPath("D").build(); in testSearchSuggestionsNotInDefaultDirectory() 169 ContactsContract.AUTHORITY).appendPath(SearchManager.SUGGEST_URI_PATH_QUERY) in testQsbSuggest() 170 .appendPath(query).build(); in testQsbSuggest() 235 Uri refershUri = ContactsContract.AUTHORITY_URI.buildUpon().appendPath( in refreshQuery() 237 .appendPath(refreshId) in refreshQuery()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PicasaSource.java | 113 .appendPath(PICASA_PHOTO_PATH); in openCursor() 217 .appendPath(PICASA_PHOTO_PATH); in findImages() 262 .appendPath(PICASA_USER_PATH) in resolveAccount() 263 .appendPath(id); in resolveAccount() 296 .appendPath(PICASA_ALBUM_PATH) in resolveAlbumIds() 337 .appendPath(PICASA_ALBUM_PATH) in findAlbums() 439 .appendPath(PICASA_PHOTO_PATH) in getStream() 440 .appendPath(data.id); in getStream()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | AvatarUriUtil.java | 85 .authority(AUTHORITY).appendPath(TYPE_DEFAULT_BACKGROUND_URI).build(); 132 builder.appendPath(TYPE_GROUP_URI); in joinAvatarUriToGroup() 215 builder.appendPath(TYPE_SIM_SELECTOR_URI); in createSimIconUri() 238 builder.appendPath(TYPE_LOCAL_RESOURCE_URI); in fromLocalResourceWithFallback() 249 builder.appendPath(TYPE_LETTER_TILE_URI); in fromName() 262 builder.appendPath(TYPE_DEFAULT_URI); in fromIdentifier()
|
D | ContactUtil.java | 334 .appendPath(phone).build(); in lookupPhone() 399 .appendPath(email).appendQueryParameter( in lookupEmail() 421 .appendPath(String.valueOf(contactId)) in lookupStructuredName() 422 .appendPath(ContactsContract.Contacts.Data.CONTENT_DIRECTORY).build(); in lookupStructuredName() 552 .appendPath(query).appendQueryParameter( in buildDirectorySearchUri()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/ |
D | Wikidata.java | 131 ub.appendPath("w"); in getSearchUri() 132 ub.appendPath("api.php"); in getSearchUri() 177 ub.appendPath("w"); in getContentUri() 178 ub.appendPath("api.php"); in getContentUri() 206 ub.appendPath("sparql"); in getSparqlUri()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
D | EnterpriseContactsCursorWrapper.java | 151 builder.appendPath(photoUriString); in getRemoteDirectoryFileUri() 179 .appendPath(Contacts.Photo.CONTENT_DIRECTORY).build().toString(); in getCorpThumbnailUri() 204 .appendPath(Contacts.Photo.CONTENT_DIRECTORY).build().toString(); in getCorpDisplayPhotoUri() 208 .appendPath(Contacts.Photo.DISPLAY_PHOTO).build().toString(); in getCorpDisplayPhotoUri()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ExtraSettingsUtil.java | 152 .appendPath(method) in buildUri() 153 .appendPath(key) in buildUri() 161 .appendPath(method) in buildUri()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessagingContentProvider.java | 123 builder.appendPath(conversationId); in buildConversationParticipantsUri() 177 builder.appendPath(conversationId); in buildConversationMessagesUri() 197 builder.appendPath(conversationId); in buildConversationMetadataUri() 227 builder.appendPath(conversationId); in buildConversationImagesUri() 236 builder.appendPath(conversationId); in buildDraftImagesUri()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | BinaryDictionaryFileDumper.java | 112 .authority(DictionaryPackConstants.AUTHORITY).appendPath(path); in getProviderUriBuilder() 135 uriV2Builder.appendPath(queryPathType); in getContentUriBuilderForType() 136 uriV2Builder.appendPath(extraPath); in getContentUriBuilderForType() 499 .appendPath(QUERY_PATH_METADATA) in reinitializeClientRecordInDictionaryContentProvider() 512 .appendPath(QUERY_PATH_DICT_INFO) in reinitializeClientRecordInDictionaryContentProvider()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/ |
D | ItemsProvider.java | 135 .appendPath(PickerUriResolver.MEDIA_PATH).build(); in queryMedia() 159 .appendPath(PickerUriResolver.ALBUM_PATH).build(); in queryAlbums() 172 .appendPath(id).build(); in getItemsUri()
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyBackupAgentTest.java | 395 final Uri partUri = Telephony.Mms.CONTENT_URI.buildUpon().appendPath(String.valueOf(id)). in createMmsRow() 396 appendPath("part").build(); in createMmsRow() 401 final Uri addrUri = Telephony.Mms.CONTENT_URI.buildUpon().appendPath(String.valueOf(id)). in createMmsRow() 402 appendPath("addr").build(); in createMmsRow() 883 .appendPath(String.valueOf(mPlaceholderMsgId)) in insert() 884 .appendPath("part") in insert() 928 .appendPath(String.valueOf(mMsgId)) in insert() 929 .appendPath("addr") in insert() 953 .appendPath(String.valueOf(mPlaceholderMsgId)) in update() 954 .appendPath("part") in update()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/slices/ |
D | SliceTestUtils.java | 65 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) in insertSliceToDb() 66 .appendPath(key) in insertSliceToDb()
|