Searched refs:newConn (Results 1 – 2 of 2) sorted by relevance
1018 WallpaperConnection newConn = new WallpaperConnection(wi, wallpaper); in bindWallpaperComponentLocked() local1027 if (!mContext.bindServiceAsUser(intent, newConn, in bindWallpaperComponentLocked()1043 wallpaper.connection = newConn; in bindWallpaperComponentLocked()1044 newConn.mReply = reply; in bindWallpaperComponentLocked()1048 Slog.v(TAG, "Adding window token: " + newConn.mToken); in bindWallpaperComponentLocked()1049 mIWindowManager.addWindowToken(newConn.mToken, in bindWallpaperComponentLocked()
4837 int newConn = mCurAudioRoutes.mainType; in sendDeviceConnectionIntent() local4839 newConn |= connType; in sendDeviceConnectionIntent()4841 newConn &= ~connType; in sendDeviceConnectionIntent()4843 if (newConn != mCurAudioRoutes.mainType) { in sendDeviceConnectionIntent()4844 mCurAudioRoutes.mainType = newConn; in sendDeviceConnectionIntent()