Home
last modified time | relevance | path

Searched refs:existingSession (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java306 final ContentCaptureServerSession existingSession = mSessions.get(sessionId); in startSessionLocked() local
307 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()