Home
last modified time | relevance | path

Searched defs:attributions (Results 1 – 25 of 46) sorted by relevance

12

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java75 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()
DDefaultWallpaperPersister.java206 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()
DWallpaperPreferences.java66 void setHomeWallpaperAttributions(List<String> attributions); in setHomeWallpaperAttributions()
264 void setLockWallpaperAttributions(List<String> attributions); in setLockWallpaperAttributions()
625 String wallpaperId, List<String> attributions, in storeLatestWallpaper()
DDefaultWallpaperRefresher.java358 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/
Daggregate_report_service_test.json9 "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
Devent_report_service_test.json8 "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
Dmeasurement_delete_expired_test.json48 "attributions": [] array
75 "attributions": [] array
125 "attributions": [] array
153 "attributions": [] array
215 "attributions": [ array
244 "attributions": [ array
Dmeasurement_app_uninstall_deletion_test.json63 "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 …]
Dattribution_service_test.json49 "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/
DTestWallpaperPersister.java99 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()
DTestCurrentWallpaperInfoFactory.java64 private static WallpaperInfo createTestWallpaperInfo(List<String> attributions, in createTestWallpaperInfo()
DTestStaticWallpaperInfo.java100 public void setAttributions(List<String> attributions) { in setAttributions()
DTestLiveWallpaperInfo.java100 public void setAttributions(List<String> attributions) { in setAttributions()
DTestWallpaperPreferences.java129 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/
DWallpaperInfoView.kt54 val attributions = wallpaperInfo.getAttributions(context) in populateWallpaperInfo() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DAttributionFormatter.java40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/wallpaper/
DCommonWallpaperData.kt26 val attributions: List<Pair<String, String>>, constant in com.android.wallpaper.model.wallpaper.CommonWallpaperData
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DStaticWallpaperMetadata.kt23 val attributions: List<String>?, constant in com.android.wallpaper.model.StaticWallpaperMetadata
DWallpaperMetadata.java39 public WallpaperMetadata(List<String> attributions, String actionUrl, in WallpaperMetadata()
DCurrentWallpaperInfo.java72 public CurrentWallpaperInfo(List<String> attributions, String actionUrl, in CurrentWallpaperInfo()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java64 final List<String> attributions = wallpaperInfo.getAttributions(getContext()); in populateWallpaperInfo() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java67 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper() local
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPersisterTest.java128 List<String> attributions = new ArrayList<>(); in newStaticWallpaperInfo() local
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java113 List<String> attributions = new ArrayList<>(); in setUp() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_browser_deletion_tests/
Dwith_start_equals_end_no_origin_preserve.json128 "attributions": [ array
217 "attributions": [ array

12