/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/libs/androidfw/include_pathutils/androidfw/ |
D | PathUtils.h | 83 String8& appendPath(String8& str, const char* leaf); 84 inline String8& appendPath(String8& str, const String8& leaf) { in appendPath() function 85 return appendPath(str, leaf.c_str()); in appendPath() 93 inline String8 appendPathCopy(String8 str, const char* leaf) { return appendPath(str, leaf); } in appendPathCopy() 95 return appendPath(str, leaf.c_str()); in appendPathCopy()
|
/frameworks/base/core/java/android/provider/ |
D | SimPhonebookContract.java | 318 .appendPath(String.valueOf(recordNumber)) in getItemUri() 358 .appendPath(SUBSCRIPTION_ID_PATH_SEGMENT) in buildContentUri() 359 .appendPath(String.valueOf(subscriptionId)) in buildContentUri() 360 .appendPath(getEfUriPath(efType)); in buildContentUri() 485 .appendPath(ELEMENTARY_FILES_PATH_SEGMENT).build(); 498 return CONTENT_URI.buildUpon().appendPath(SUBSCRIPTION_ID_PATH_SEGMENT) in getItemUri() 499 .appendPath(String.valueOf(subscriptionId)) in getItemUri() 500 .appendPath(getEfUriPath(efType)) in getItemUri()
|
D | DocumentsContract.java | 910 .authority(authority).appendPath(PATH_ROOT).build(); in buildRootsUri() 921 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId).build(); in buildRootUri() 934 .authority(authority).appendPath(PATH_ROOT).appendPath(rootId) in buildRecentDocumentsUri() 935 .appendPath(PATH_RECENT).build(); in buildRecentDocumentsUri() 946 .appendPath(PATH_TREE).appendPath(documentId).build(); in buildTreeDocumentUri() 958 return getBaseDocumentUriBuilder(authority).appendPath(documentId).build(); in buildDocumentUri() 982 .authority(authority).appendPath(PATH_DOCUMENT); in getBaseDocumentUriBuilder() 1010 .authority(treeUri.getAuthority()).appendPath(PATH_TREE) in buildDocumentUriUsingTree() 1011 .appendPath(getTreeDocumentId(treeUri)).appendPath(PATH_DOCUMENT) in buildDocumentUriUsingTree() 1012 .appendPath(documentId).build(); in buildDocumentUriUsingTree() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumePanelDialog.java | 231 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 232 .appendPath(MediaOutputConstants.KEY_REMOTE_MEDIA) 237 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 238 .appendPath("media_volume") 243 .appendPath(SettingsSlicesContract.PATH_SETTING_INTENT) 244 .appendPath("media_output_indicator") 249 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 250 .appendPath("call_volume") 255 .appendPath(SettingsSlicesContract.PATH_SETTING_ACTION) 256 .appendPath("ring_volume") [all …]
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/ |
D | CustomizationProviderContract.kt | 60 LOCK_SCREEN_QUICK_AFFORDANCE_BASE_URI.buildUpon().appendPath(TABLE_NAME).build() 84 LOCK_SCREEN_QUICK_AFFORDANCE_BASE_URI.buildUpon().appendPath(TABLE_NAME).build() 141 LOCK_SCREEN_QUICK_AFFORDANCE_BASE_URI.buildUpon().appendPath(TABLE_NAME).build()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/ |
D | IconsUriHelperTest.java | 50 .appendPath("1234") in testGetContentUri() 101 .appendPath("1234") in testGetResourceInfo_unrecognizedUri() 115 .appendPath("1234") in testGetResourceInfo_invalidScheme() 129 .appendPath("1234") in testGetResourceInfo_invalidAuthority()
|
D | IconsContentProviderTest.java | 62 .appendPath("1234") in testLoadResource_badUri()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 51 return uri.buildUpon().appendPath("19").build(); in testInsert() 54 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsert() 64 return uri.buildUpon().appendPath("19").build(); in testInsertNoValues() 67 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertNoValues() 106 return uri.buildUpon().appendPath("19").build(); in testInsertWithBackRefs() 109 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testInsertWithBackRefs() 121 return uri.buildUpon().appendPath("19").build(); in testUpdate() 124 assertEquals(sTestUri1.buildUpon().appendPath("19").toString(), result.uri.toString()); in testUpdate()
|
D | FakeProviderRemote.java | 67 .appendPath("canonical").build(); in canonicalize() 76 .appendPath("uncanonical").build(); in uncanonicalize()
|
/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/packages/SettingsLib/src/com/android/settingslib/enterprise/ |
D | SupervisedDeviceActionDisabledByAdminController.java | 73 .appendPath("user_restrictions") in getPositiveButtonListener() 74 .appendPath(mRestriction) in getPositiveButtonListener()
|
D | BiometricActionDisabledByAdminController.java | 66 .appendPath("biometric") in getPositiveButtonListener()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 92 appendPath(path, kResourceCache); in idmapPathForPackagePath() 108 appendPath(path, filename); in idmapPathForPackagePath() 185 appendPath(realPath, kAppZipName); in addAssetPath() 371 appendPath(path, kSystemAssets); in addDefaultAssets() 443 appendPath(assetName, fileName); in open() 591 appendPath(overlaysListPath, kResourceCache); in appendPathToResTable() 592 appendPath(overlaysListPath, "overlays.list"); in appendPathToResTable() 793 appendPath(path, fileName); in openNonAssetInPathLocked() 845 appendPath(sourceName, dirName); in createZipSourceNameLocked() 847 appendPath(sourceName, fileName); in createZipSourceNameLocked() [all …]
|
D | PathUtils.cpp | 100 String8& appendPath(String8& str, const char* name) { in appendPath() function
|
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/ |
D | WallpaperInfoContract.kt | 42 .appendPath(WeatherEffectsContentProvider.UPDATE_WALLPAPER) in getUpdateWallpaperUri()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/modes/ |
D | EnableDndDialogFactoryTest.java | 86 mController.mForeverId = Condition.newId(mContext).appendPath("forever").build(); in setup() 105 Uri alarm = Condition.newId(mContext).appendPath("alarm").build(); in setup() 107 Uri countdown = Condition.newId(mContext).appendPath("countdown").build(); in setup()
|
/frameworks/base/core/java/android/content/ |
D | ContentUris.java | 138 builder.appendPath(segments.get(i)); in removeId()
|
/frameworks/base/tools/aapt/ |
D | CacheUpdater.h | 85 appendPath(existsPath, walkPath(toCreate, &remains)); in ensureDirectoriesExist()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContentRatingSystemInfo.java | 51 .appendPath(String.valueOf(xmlResourceId)) in createTvContentRatingSystemInfo()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/ |
D | FeatureResolver.java | 103 .appendPath(GET_FEATURE_VERSION_METHOD) in getFeatureBundle()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | ConversationStatusExpirationBroadcastReceiver.java | 56 .appendPath(getKey(userId, pkg, conversationId, status)) in scheduleExpiration()
|
/frameworks/base/services/core/java/com/android/server/textclassifier/ |
D | IconsUriHelper.java | 94 .appendPath(Integer.toString(resId)) in getContentUri()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationCustomContentNotificationBuilder.kt | 77 val imageUri = uri.buildUpon().appendPath(i.toString()).build() in buildNotification()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BtSmsInterfaceManager.java | 94 .appendPath(destAddr) in MapMessageSender()
|