Searched refs:existingSession (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | QosCallbackTracker.java | 144 final QosBearerSession existingSession = mQosBearerSessions.get( in updateSessions() local 151 existingSession != null && doFiltersMatch(existingSession, filter); in updateSessions() 162 if (!incomingSession.getQos().equals(existingSession.getQos())) { in updateSessions() 191 for (final QosBearerSession existingSession : mQosBearerSessions.values()) { in updateSessions() 192 final int sessionId = existingSession.getQosBearerSessionId(); in updateSessions() 197 if (doFiltersMatch(existingSession, filter)) { in updateSessions() 198 sendSessionLost(callbackId, existingSession); in updateSessions() 199 notifyMetricDedicatedBearerEvent(existingSession, bearerState, true); in updateSessions() 203 sessionsToRemove.add(existingSession.getQosBearerSessionId()); in updateSessions() 205 notifyMetricDedicatedBearerEvent(existingSession, bearerState, false); in updateSessions()
|
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCapturePerUserService.java | 361 final ContentCaptureServerSession existingSession = mSessions.get(sessionId); in startSessionLocked() local 362 if (existingSession != null) { in startSessionLocked() 363 Slog.w(TAG, "startSession(id=" + existingSession + ", token=" + activityToken in startSessionLocked() 364 + ": ignoring because it already exists for " + existingSession.mActivityToken); in startSessionLocked() 380 Slog.w(TAG, "startSession(id=" + existingSession + ", token=" + activityToken in startSessionLocked()
|