Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DWallpaperManagerService.java221 IRemoteCallback mReply; field in WallpaperManagerService.WallpaperConnection
282 if (mReply != null) { in engineShown()
285 mReply.sendResult(null); in engineShown()
289 mReply = null; in engineShown()
938 newConn.mReply = reply; in bindWallpaperComponentLocked()
962 if (wallpaper.connection.mReply != null) { in detachWallpaperLocked()
964 wallpaper.connection.mReply.sendResult(null); in detachWallpaperLocked()
967 wallpaper.connection.mReply = null; in detachWallpaperLocked()