Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java143 Session activeSession = mSessionMapper.get(threadId); in startSession() local
146 if (activeSession != null) { in startSession()