Searched refs:wallpaperCommandComplete (Results 1 – 7 of 7) sorted by relevance
113 mSession.wallpaperCommandComplete(asBinder(), null); in dispatchWallpaperCommand()
203 void wallpaperCommandComplete(IBinder window, in Bundle result); in wallpaperCommandComplete() method
7548 mWindowSession.wallpaperCommandComplete(asBinder(), null); in dispatchWallpaperCommand()
197 public void wallpaperCommandComplete(IBinder window, Bundle result) { in wallpaperCommandComplete() method in BridgeWindowSession
515 public void wallpaperCommandComplete(IBinder window, Bundle result) { in wallpaperCommandComplete() method in Session517 mService.mRoot.mWallpaperController.wallpaperCommandComplete(window); in wallpaperCommandComplete()
428 void wallpaperCommandComplete(IBinder window) { in wallpaperCommandComplete() method in WallpaperController
1003 mSession.wallpaperCommandComplete(mWindow.asBinder(), result); in doCommand()