Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPersister.java86 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 DDefaultWallpaperPersister.java340 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 DWallpaperPreferences.java65 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 DDefaultWallpaperRefresher.java320 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty() local
H A DDefaultWallpaperPreferences.java206 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 DTestWallpaperPersister.java124 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 DTestCurrentWallpaperInfoFactory.java62 private static WallpaperInfo createTestWallpaperInfo(List<String> attributions, in createTestWallpaperInfo()
H A DTestWallpaperPreferences.java116 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions()
247 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions()
H A DTestWallpaperInfo.java100 public void setAttributions(List<String> attributions) { in setAttributions()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DAttributionFormatter.java40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local
H A DPreviewFragment.java190 List<String> attributions = getAttributions(activity); in onCreate() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DIndividualHolder.java65 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DWallpaperInfoView.java58 final List<String> attributions = wallpaperInfo.getAttributions(getContext()); in populateWallpaperInfo() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperMetadata.java39 public WallpaperMetadata(List<String> attributions, String actionUrl, in WallpaperMetadata()
H A DCurrentWallpaperInfoVN.java71 public CurrentWallpaperInfoVN(List<String> attributions, String actionUrl, in CurrentWallpaperInfoVN()
H A DLiveWallpaperInfo.java342 List<String> attributions = new ArrayList<>(); in getAttributions() local
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedAttribution.java57 public static boolean isCombinationValid(@Nullable List<ParsedAttribution> attributions) { in isCombinationValid()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
H A DPreviewActivityTest.java102 List<String> attributions = new ArrayList<>(); in setUp() local
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageInfo.java226 public @Nullable Attribution[] attributions; field in PackageInfo
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/
H A DAppPermissionUsage.java371 Attribution[] attributions) { in getAttributionTagToLabelMap()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageImpl.java267 private List<ParsedAttribution> attributions = emptyList(); field in ParsingPackageImpl
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java4734 Map<String, AttributedOpEntry> attributions = new java.util.LinkedHashMap<>(); in OpEntry() local