Home
last modified time | relevance | path

Searched refs:mBindSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperData.java161 BindSource mBindSource = BindSource.UNKNOWN; field in WallpaperData
DWallpaperManagerService.java355 wallpaper.mBindSource = BindSource.SET_STATIC; in updateWallpapers()
374 wallpaper.mBindSource = BindSource.SET_STATIC; in updateWallpapers()
844 wallpaper.mBindSource = BindSource.CONNECT_LOCKED; in connectLocked()
1069 mWallpaper.mBindSource = BindSource.CONNECTION_TRY_TO_REBIND; in tryToRebind()
1368 wallpaper.mBindSource = BindSource.PACKAGE_UPDATE_FINISHED; in onPackageUpdateFinished()
1757 systemWallpaper.mBindSource = BindSource.SWITCH_WALLPAPER_UNLOCK_USER; in onUnlockUser()
1765 lockWallpaper.mBindSource = BindSource.SWITCH_WALLPAPER_UNLOCK_USER; in onUnlockUser()
1901 fallback.mBindSource = BindSource.SWITCH_WALLPAPER_FAILURE; in onSwitchWallpaperFailLocked()
3164 newWallpaper.mBindSource = in setWallpaperComponentInternal()
3749 mFallbackWallpaper.mBindSource = BindSource.INITIALIZE_FALLBACK; in initializeFallbackWallpaper()
[all …]
DWallpaperDataParser.java372 wallpaper.mBindSource = bindSource; in parseWallpaperAttributes()
527 out.attribute(null, "bindSource", wallpaper.mBindSource.name()); in writeWallpaperAttributes()