Searched refs:uniqueSessionId (Results 1 – 3 of 3) sorted by relevance
319 if (TextUtils.isEmpty(uniqueSessionId)) { in selectRouteWithRouter2()337 if (TextUtils.isEmpty(uniqueSessionId)) { in deselectRouteWithRouter2()355 if (TextUtils.isEmpty(uniqueSessionId)) { in transferToRouteWithRouter2()386 if (TextUtils.isEmpty(uniqueSessionId)) { in releaseSessionWithRouter2()508 if (TextUtils.isEmpty(uniqueSessionId)) { in selectRouteWithManager()526 if (TextUtils.isEmpty(uniqueSessionId)) { in deselectRouteWithManager()544 if (TextUtils.isEmpty(uniqueSessionId)) { in transferToRouteWithManager()577 String uniqueSessionId) { in releaseSessionWithManager() argument845 @NonNull String uniqueSessionId) { in releaseSessionWithRouter2Locked() argument1092 @NonNull String uniqueSessionId) { in releaseSessionWithManagerLocked() argument[all …]
1078 val uniqueSessionId = 4294967397 regex1085 it.sess.sessionId == sessId && it.sess.uniqueId == uniqueSessionId &&1091 it.sess.sessionId == sessId && it.sess.uniqueId == uniqueSessionId &&
1401 String uniqueSessionId = UUID.randomUUID().toString(); in createSession() local1437 callingPid, resolvedUserId, uniqueSessionId); in createSession()1443 mSessionIdToSessionStateMap.put(uniqueSessionId, sessionState); in createSession()