Searched refs:newConn (Results 1 – 2 of 2) sorted by relevance
2424 int newConn = mCurAudioRoutes.mainType;2426 newConn |= connType;2428 newConn &= ~connType;2430 if (newConn != mCurAudioRoutes.mainType) {2431 mCurAudioRoutes.mainType = newConn;
3590 WallpaperConnection newConn = new WallpaperConnection(wi, wallpaper, componentUid); in bindWallpaperComponentLocked() local3595 boolean bindSuccess = mContext.bindServiceAsUser(intent, newConn, in bindWallpaperComponentLocked()3615 wallpaper.connection = newConn; in bindWallpaperComponentLocked()3616 newConn.mReply = reply; in bindWallpaperComponentLocked()