Searched refs:newConn (Results 1 – 2 of 2) sorted by relevance
984 WallpaperConnection newConn = new WallpaperConnection(wi, wallpaper); in bindWallpaperComponentLocked() local993 if (!mContext.bindServiceAsUser(intent, newConn, in bindWallpaperComponentLocked()1008 wallpaper.connection = newConn; in bindWallpaperComponentLocked()1009 newConn.mReply = reply; in bindWallpaperComponentLocked()1013 Slog.v(TAG, "Adding window token: " + newConn.mToken); in bindWallpaperComponentLocked()1014 mIWindowManager.addWindowToken(newConn.mToken, in bindWallpaperComponentLocked()
4758 int newConn = mCurAudioRoutes.mMainType; in sendDeviceConnectionIntent() local4760 newConn |= connType; in sendDeviceConnectionIntent()4762 newConn &= ~connType; in sendDeviceConnectionIntent()4764 if (newConn != mCurAudioRoutes.mMainType) { in sendDeviceConnectionIntent()4765 mCurAudioRoutes.mMainType = newConn; in sendDeviceConnectionIntent()