Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPreferences.kt153 fun getLockWallpaperServiceName(): String? in getWallpaperPresentationMode() method
DDefaultWallpaperRefresher.java373 String storedServiceName = mWallpaperPreferences.getLockWallpaperServiceName(); in isLockScreenLiveWallpaperCurrent()
DDefaultWallpaperPreferences.kt596 override fun getLockWallpaperServiceName(): String? { in <lambda>() method in com.android.wallpaper.module.DefaultWallpaperPreferences
/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLoggerImpl.kt289 if (!TextUtils.isEmpty(remoteId)) remoteId else getLockWallpaperServiceName() in WallpaperPreferences()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPreferences.kt245 override fun getLockWallpaperServiceName(): String? { in getLockWallpaperServiceName() method in com.android.wallpaper.testing.TestWallpaperPreferences