/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | WallpaperPersister.java | 86 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 102 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 116 boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 133 boolean saveStaticWallpaperMetadata(List<String> attributions, in saveStaticWallpaperMetadata()
|
H A D | DefaultWallpaperPersister.java | 340 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 348 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 355 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 366 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic() 380 public boolean saveStaticWallpaperMetadata(List<String> attributions, in saveStaticWallpaperMetadata() 428 List<String> attributions, String actionUrl, String collectionId) { in cropAndSetWallpaperBitmapInRotationStatic() 471 attributions, actionUrl, collectionId, wallpaperBitmap, in cropAndSetWallpaperBitmapInRotationStatic() local
|
H A D | WallpaperPreferences.java | 65 void setHomeWallpaperAttributions(List<String> attributions); in setHomeWallpaperAttributions() 247 void setLockWallpaperAttributions(List<String> attributions); in setLockWallpaperAttributions() 553 default void storeLatestHomeWallpaper(String wallpaperId, List<String> attributions, in storeLatestHomeWallpaper()
|
H A D | DefaultWallpaperRefresher.java | 320 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty() local
|
H A D | DefaultWallpaperPreferences.java | 206 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions() 400 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions()
|
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
H A D | TestWallpaperPersister.java | 124 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 138 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 148 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation() 233 public boolean saveStaticWallpaperMetadata(List<String> attributions, String actionUrl, in saveStaticWallpaperMetadata()
|
H A D | TestCurrentWallpaperInfoFactory.java | 62 private static WallpaperInfo createTestWallpaperInfo(List<String> attributions, in createTestWallpaperInfo()
|
H A D | TestWallpaperPreferences.java | 116 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions() 247 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions()
|
H A D | TestWallpaperInfo.java | 100 public void setAttributions(List<String> attributions) { in setAttributions()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
H A D | AttributionFormatter.java | 40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local
|
H A D | PreviewFragment.java | 190 List<String> attributions = getAttributions(activity); in onCreate() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
H A D | IndividualHolder.java | 65 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | WallpaperInfoView.java | 58 final List<String> attributions = wallpaperInfo.getAttributions(getContext()); in populateWallpaperInfo() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | WallpaperMetadata.java | 39 public WallpaperMetadata(List<String> attributions, String actionUrl, in WallpaperMetadata()
|
H A D | CurrentWallpaperInfoVN.java | 71 public CurrentWallpaperInfoVN(List<String> attributions, String actionUrl, in CurrentWallpaperInfoVN()
|
H A D | LiveWallpaperInfo.java | 342 List<String> attributions = new ArrayList<>(); in getAttributions() local
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedAttribution.java | 57 public static boolean isCombinationValid(@Nullable List<ParsedAttribution> attributions) { in isCombinationValid()
|
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/ |
H A D | PreviewActivityTest.java | 102 List<String> attributions = new ArrayList<>(); in setUp() local
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | PackageInfo.java | 226 public @Nullable Attribution[] attributions; field in PackageInfo
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/ |
H A D | AppPermissionUsage.java | 371 Attribution[] attributions) { in getAttributionTagToLabelMap()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageImpl.java | 267 private List<ParsedAttribution> attributions = emptyList(); field in ParsingPackageImpl
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | AppOpsManager.java | 4734 Map<String, AttributedOpEntry> attributions = new java.util.LinkedHashMap<>(); in OpEntry() local
|