Home
last modified time | relevance | path

Searched refs:getLockWallpaperAttributions (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperRefresher.java56 prefs.getLockWallpaperAttributions(), in refresh()
DTestWallpaperPreferences.kt199 override fun getLockWallpaperAttributions(): List<String?>? { in getLockWallpaperAttributions() method in com.android.wallpaper.testing.TestWallpaperPreferences
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java165 mWallpaperPreferences.getLockWallpaperAttributions(), in doInBackground()
382 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty()
DWallpaperPreferences.kt117 fun getLockWallpaperAttributions(): List<String?>? in getWallpaperPresentationMode() method
DDefaultWallpaperPreferences.kt439 override fun getLockWallpaperAttributions(): List<String?>? { in <lambda>() method in com.android.wallpaper.module.DefaultWallpaperPreferences