Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouter2ServiceImpl.java319 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() argument
845 @NonNull String uniqueSessionId) { in releaseSessionWithRouter2Locked() argument
1092 @NonNull String uniqueSessionId) { in releaseSessionWithManagerLocked() argument
[all …]
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DNetworkAgentTest.kt1078 val uniqueSessionId = 4294967397 regex
1085 it.sess.sessionId == sessId && it.sess.uniqueId == uniqueSessionId &&
1091 it.sess.sessionId == sessId && it.sess.uniqueId == uniqueSessionId &&
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1401 String uniqueSessionId = UUID.randomUUID().toString(); in createSession() local
1437 callingPid, resolvedUserId, uniqueSessionId); in createSession()
1443 mSessionIdToSessionStateMap.put(uniqueSessionId, sessionState); in createSession()