Home
last modified time | relevance | path

Searched defs:getAttributions (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperMetadata.java56 public List<String> getAttributions() { in getAttributions() method in WallpaperMetadata
H A DDefaultWallpaperInfo.java57 public List<String> getAttributions(Context context) { in getAttributions() method in DefaultWallpaperInfo
H A DWallpaperInfo.java88 public abstract List<String> getAttributions(Context context); in getAttributions() method in WallpaperInfo
H A DImageWallpaperInfo.java112 public List<String> getAttributions(Context context) { in getAttributions() method in ImageWallpaperInfo
H A DCurrentWallpaperInfoVN.java101 public List<String> getAttributions(Context context) { in getAttributions() method in CurrentWallpaperInfoVN
H A DPartnerWallpaperInfo.java121 public List<String> getAttributions(Context context) { in getAttributions() method in PartnerWallpaperInfo
H A DAppResourceWallpaperInfo.java140 public List<String> getAttributions(Context context) { in getAttributions() method in AppResourceWallpaperInfo
H A DLegacyPartnerWallpaperInfo.java139 public List<String> getAttributions(Context context) { in getAttributions() method in LegacyPartnerWallpaperInfo
H A DSystemStaticWallpaperInfo.java215 public List<String> getAttributions(Context context) { in getAttributions() method in SystemStaticWallpaperInfo
H A DLiveWallpaperInfo.java341 public List<String> getAttributions(Context context) { in getAttributions() method in LiveWallpaperInfo
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DAndroidPackage.java148 List<ParsedAttribution> getAttributions(); in getAttributions() method
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DThemeBundledWallpaperInfo.java100 public List<String> getAttributions(Context context) { in getAttributions() method in ThemeBundledWallpaperInfo
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperInfo.java93 public List<String> getAttributions(Context context) { in getAttributions() method in TestWallpaperInfo
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DPreviewFragment.java330 protected List<String> getAttributions(Context context) { in getAttributions() method in PreviewFragment
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DParsingPackageRead.java84 List<ParsedAttribution> getAttributions(); in getAttributions() method