Searched refs:existingSession (Results 1 – 1 of 1) sorted by relevance
306 final ContentCaptureServerSession existingSession = mSessions.get(sessionId); in startSessionLocked() local307 if (existingSession != null) { in startSessionLocked()308 Slog.w(TAG, "startSession(id=" + existingSession + ", token=" + activityToken in startSessionLocked()309 + ": ignoring because it already exists for " + existingSession.mActivityToken); in startSessionLocked()325 Slog.w(TAG, "startSession(id=" + existingSession + ", token=" + activityToken in startSessionLocked()