| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
| D | WallpaperPersister.java | 75 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 91 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 106 boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 126 boolean saveStaticWallpaperMetadata(List<String> attributions, in saveStaticWallpaperMetadata()
|
| D | DefaultWallpaperPersister.java | 206 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 215 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 222 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 233 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic() 248 public boolean saveStaticWallpaperMetadata(List<String> attributions, in saveStaticWallpaperMetadata() 314 List<String> attributions, String actionUrl, String collectionId) { in cropAndSetWallpaperBitmapInRotationStatic()
|
| D | WallpaperPreferences.java | 66 void setHomeWallpaperAttributions(List<String> attributions); in setHomeWallpaperAttributions() 264 void setLockWallpaperAttributions(List<String> attributions); in setLockWallpaperAttributions() 625 String wallpaperId, List<String> attributions, in storeLatestWallpaper()
|
| D | DefaultWallpaperRefresher.java | 358 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 125 "attributions": [] array 153 "attributions": [] array 215 "attributions": [ array 244 "attributions": [ array
|
| D | measurement_app_uninstall_deletion_test.json | 63 "attributions": [] array 89 "attributions": [] array 151 "attributions": [] array 191 "attributions": [] array 270 "attributions": [] array 328 "attributions": [] array 414 "attributions": [] array 472 "attributions": [] array 568 "attributions": [ array 639 "attributions": [ array [all …]
|
| D | attribution_service_test.json | 49 "attributions": [] array 109 "attributions": [ array 181 "attributions": [] array 251 "attributions": [ array 341 "attributions": [] array 446 "attributions": [ array 520 "attributions": [] array 566 "attributions": [] array 615 "attributions": [] array 661 "attributions": [] array [all …]
|
| /packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
| D | TestWallpaperPersister.java | 99 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 114 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 124 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 210 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 | 100 public void setAttributions(List<String> attributions) { in setAttributions()
|
| D | TestLiveWallpaperInfo.java | 100 public void setAttributions(List<String> attributions) { in setAttributions()
|
| D | TestWallpaperPreferences.java | 129 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions() 275 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions()
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/ |
| D | WallpaperInfoView.kt | 54 val attributions = wallpaperInfo.getAttributions(context) in populateWallpaperInfo() constant
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
| D | AttributionFormatter.java | 40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/wallpaper/ |
| D | CommonWallpaperData.kt | 26 val attributions: List<Pair<String, String>>, constant in com.android.wallpaper.model.wallpaper.CommonWallpaperData
|
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
| D | StaticWallpaperMetadata.kt | 23 val attributions: List<String>?, constant in com.android.wallpaper.model.StaticWallpaperMetadata
|
| D | WallpaperMetadata.java | 39 public WallpaperMetadata(List<String> attributions, String actionUrl, in WallpaperMetadata()
|
| D | CurrentWallpaperInfo.java | 72 public CurrentWallpaperInfo(List<String> attributions, String actionUrl, in CurrentWallpaperInfo()
|
| /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 | 128 List<String> attributions = new ArrayList<>(); in newStaticWallpaperInfo() local
|
| /packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/ |
| D | PreviewActivityTest.java | 113 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 | 128 "attributions": [ array 217 "attributions": [ array
|