/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperPersister.java | 78 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 95 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 110 boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 127 boolean saveStaticWallpaperMetadata(List<String> attributions, in saveStaticWallpaperMetadata()
|
D | DefaultWallpaperPreferences.kt | 289 val attributions = metadata.attributions in <lambda>() constant 333 val attributions = metadata.attributions in <lambda>() constant 506 val attributions = metadata.attributions in <lambda>() constant 550 val attributions = metadata.attributions in <lambda>() constant
|
D | DefaultWallpaperPersister.java | 211 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 225 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 237 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 244 public boolean saveStaticWallpaperMetadata(List<String> attributions, in saveStaticWallpaperMetadata() 302 List<String> attributions, String actionUrl, String collectionId, in cropAndSetWallpaperBitmapInRotationStatic()
|
D | DefaultWallpaperRefresher.java | 382 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/ |
D | aggregate_report_service_test.json | 9 "attributions": [], array 28 "attributions": [], array 57 "attributions": [], array 76 "attributions": [], array 105 "attributions": [], array 124 "attributions": [], array 153 "attributions": [], array 183 "attributions": [], array 223 "attributions": [], array 264 "attributions": [], array
|
D | event_report_service_test.json | 8 "attributions": [], array 29 "attributions": [], array 60 "attributions": [], array 81 "attributions": [], array 112 "attributions": [], array 133 "attributions": [], array 164 "attributions": [], array 199 "attributions": [], array 244 "attributions": [], array 293 "attributions": [], array
|
D | measurement_delete_expired_test.json | 48 "attributions": [] array 75 "attributions": [] array 130 "attributions": [] array 159 "attributions": [] array 231 "attributions": [ array 260 "attributions": [ array 285 "attributions": [], array 367 "attributions": [], array 421 "attributions": [], array 472 "attributions": [], array [all …]
|
D | attribution_service_test.json | 50 "attributions": [] array 111 "attributions": [ array 184 "attributions": [] array 255 "attributions": [ array 347 "attributions": [] array 454 "attributions": [ array 529 "attributions": [] array 576 "attributions": [] array 626 "attributions": [] array 673 "attributions": [] array [all …]
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 103 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 117 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 127 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 212 public boolean saveStaticWallpaperMetadata(List<String> attributions, String actionUrl, in saveStaticWallpaperMetadata()
|
D | TestCurrentWallpaperInfoFactory.java | 64 private static WallpaperInfo createTestWallpaperInfo(List<String> attributions, in createTestWallpaperInfo()
|
D | TestStaticWallpaperInfo.java | 101 public void setAttributions(List<String> attributions) { in setAttributions()
|
D | TestLiveWallpaperInfo.java | 100 public void setAttributions(List<String> attributions) { in setAttributions()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/floatingSheet/ |
D | InformationFloatingSheetViewModel.kt | 21 val attributions: List<String?>?, constant in com.android.wallpaper.picker.preview.ui.viewmodel.floatingSheet.InformationFloatingSheetViewModel
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | AttributionFormatter.java | 40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local
|
D | PreviewFragment.java | 391 List<String> attributions = wallpaperInfo.getAttributions(requireContext()); in shouldShowInformationFloatingSheet() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | LiveWallpaperPrefMetadata.kt | 20 val attributions: List<String?>?, constant in com.android.wallpaper.model.LiveWallpaperPrefMetadata
|
D | StaticWallpaperPrefMetadata.kt | 20 val attributions: List<String?>?, constant in com.android.wallpaper.model.StaticWallpaperPrefMetadata
|
D | WallpaperMetadata.java | 38 public WallpaperMetadata(List<String> attributions, String actionUrl, String collectionId, in WallpaperMetadata()
|
D | CurrentWallpaperInfo.java | 67 public CurrentWallpaperInfo(List<String> attributions, String actionUrl, String collectionId, in CurrentWallpaperInfo()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/data/ |
D | CommonWallpaperData.kt | 25 val attributions: List<String?>?, constant in com.android.wallpaper.picker.data.CommonWallpaperData
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | WallpaperInfoView.java | 64 final List<String> attributions = wallpaperInfo.getAttributions(getContext()); in populateWallpaperInfo() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualHolder.java | 67 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper() local
|
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersisterTest.java | 135 List<String> attributions = new ArrayList<>(); in newStaticWallpaperInfo() local
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/ |
D | PreviewActivityTest.java | 115 List<String> attributions = new ArrayList<>(); in setUp() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_browser_deletion_tests/ |
D | with_start_equals_end_no_origin_preserve.json | 130 "attributions": [ array 258 "attributions": [ array
|