Searched refs:newConn (Results 1 – 2 of 2) sorted by relevance
2822 int newConn = mCurAudioRoutes.mainType;2824 newConn |= connType;2826 newConn &= ~connType;2828 if (newConn != mCurAudioRoutes.mainType) {2829 mCurAudioRoutes.mainType = newConn;
3378 WallpaperConnection newConn = new WallpaperConnection(wi, wallpaper, componentUid); in bindWallpaperComponentLocked() local3391 boolean bindSuccess = mContext.bindServiceAsUser(intent, newConn, bindFlags, in bindWallpaperComponentLocked()3403 wallpaper.connection = newConn; in bindWallpaperComponentLocked()3404 newConn.mReply = reply; in bindWallpaperComponentLocked()